diff --git a/aio/content/guide/ajs-quick-reference.md b/aio/content/guide/ajs-quick-reference.md
index 197d551f73..47de2d4e5a 100644
--- a/aio/content/guide/ajs-quick-reference.md
+++ b/aio/content/guide/ajs-quick-reference.md
@@ -380,7 +380,7 @@ The following are some of the key AngularJS built-in directives and their equiva
### ng-href
- <a ng-href="angularDocsUrl">Angular Docs</a>
+ <a ng-href="{{ angularDocsUrl }}">Angular Docs</a>
@@ -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.
- <a ng-href="#movies">Movies</a>
+ <a ng-href="#{{ moviesHash }}">Movies</a>