From 8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 13 Mar 2012 19:36:09 -0700 Subject: docs(links): corrected borken links --- docs/content/misc/started.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/content/misc/started.ngdoc') diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index e86b809b..a8dd84a7 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -28,10 +28,10 @@ the scenes. The first line of interest defines the `ng` namespace, which makes AngularJS work across all browsers (especially important for IE). The -`ng:app` tags tells angular to process the entire HTML when it is loaded: +`ng-app` tags tells angular to process the entire HTML when it is loaded:
- +The next line downloads the angular script: @@ -66,7 +66,7 @@ This example demonstrates angular's two-way data binding: