Suppose you are using routes:
// bootstrap
myApp.config([\'$routeProvider\', \'$locationProvider\', function ($routeProvider, $locationProvider) {
$rout
You can use:
About
If you want some dynamic variable inside href you can do like this way:
Link to 123
Where link is Angular scope variable.