BETA Bootstrap/Angular JS feedback: For some reason when using the link within a navbar, the link isn't populating the URL.
Steps to reproduce:
Add a navbar control.
Add a link into the navbar
Set the URL (not working - link shows javascript:void(0))
Tried adding the ng-click event to call a method (also not working) - the HTML generated looks like this http://screencast.com/t/NsvM1SR8Vik6
Regular links outside the navbar work fine although it took a bit to figure out the URL scheme.