From 78052e4984d7bddf36e4611cd361155829aacf1f Mon Sep 17 00:00:00 2001 From: Mark Goho Date: Wed, 25 Oct 2017 23:27:19 -0400 Subject: [PATCH] docs(aio): update AngularJS Quick Reference guide PR Close #19939 --- aio/content/guide/ajs-quick-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>