
committed by
Matias Niemelä

parent
bf861f5539
commit
78052e4984
@ -380,7 +380,7 @@ The following are some of the key AngularJS built-in directives and their equiva
|
||||
|
||||
### ng-href
|
||||
<code-example hideCopy format="">
|
||||
<a ng-href="angularDocsUrl">Angular Docs</a>
|
||||
<a ng-href="{{ angularDocsUrl }}">Angular Docs</a>
|
||||
</code-example>
|
||||
|
||||
|
||||
@ -390,7 +390,7 @@ The following are some of the key AngularJS built-in directives and their equiva
|
||||
|
||||
In AngularJS, the `ng-href` is often used to activate a route as part of navigation.
|
||||
<code-example hideCopy format="">
|
||||
<a ng-href="#movies">Movies</a>
|
||||
<a ng-href="#{{ moviesHash }}">Movies</a>
|
||||
</code-example>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user