parent
93d23ddcc8
commit
6fbc2b3be0
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue