From 924ffafc51cf53ddf97f13ad748bbbf6d80caf13 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 18 May 2011 12:17:16 -0700 Subject: fixing broken links --- docs/content/tutorial/step_02.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/tutorial/step_02.ngdoc') diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 04b7b3e0..faad7f0e 100755 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -133,7 +133,7 @@ data, and logic components: * The name of our controller function (in the JavaScript file `controllers.js`) matches the -{@link angular.directive.ng:controller ng:controller} directive in the `` tag +{@link angular.directive.@ng:controller ng:controller} directive in the `` tag (`PhoneListCtrl`). * We instantiated our data within the scope of our controller function, and our template binding points are located within the block bounded by the `` @@ -145,7 +145,7 @@ the template, model and controller all work together. Angular uses scopes, along information contained in the template, data model, and controller, to keep the model and view separated but in sync. Any changes to the model are reflected in the view; any changes that occur in the view are reflected in the model. To learn more about angular scopes, see the {@link -angular.scopes angular scope documentation}. +angular.scope angular scope documentation}. -- cgit v1.2.3