From fdf17d729fa7651e88dc5f27c40b8de875a34a55 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 4 Apr 2012 15:56:12 -0700 Subject: fix(docs): remove ngModelInstant from all examples just fixing leftover code after the removal of ngModelInstant --- src/ng/directive/ngBind.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ng/directive/ngBind.js') diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index 32be2f4b..81541347 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -26,7 +26,7 @@ }
- Enter name:
+ Enter name:
Hello !
@@ -122,8 +122,8 @@ var ngBindHtmlDirective = ['$sanitize', function($sanitize) { }
- Salutation:
- Name:
+ Salutation:
+ Name:

        
-- cgit v1.2.3