From 8e2675029f5ca404a7c649cc161df3ea642d941f Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 28 Apr 2012 22:45:28 -0700 Subject: chore(docs): re-skin main documentation --- docs/content/misc/started.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/misc') diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index 76bff181..e8110fdc 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -77,7 +77,7 @@ After the refresh, the page should look something like this: These are some of the important points to note from this example: -* The text input {@link api/angular.module.ng.$compileProvider.directive directive} +* The text input {@link guide/directive directive} is bound to a model variable called `yourname`. * The double curly braces notation binds the `yourname` model to the greeting text. -- cgit v1.2.3