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 +++--- src/ng/filter/filter.js | 8 ++++---- src/ng/filter/filters.js | 6 +++--- src/ng/filter/limitTo.js | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') 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:

        
diff --git a/src/ng/filter/filter.js b/src/ng/filter/filter.js index 008897a1..4d182b59 100644 --- a/src/ng/filter/filter.js +++ b/src/ng/filter/filter.js @@ -41,7 +41,7 @@ {name:'Adam', phone:'555-5678'}, {name:'Julie', phone:'555-8765'}]"> - Search: + Search: @@ -50,9 +50,9 @@
NamePhone

- Any:
- Name only
- Phone only
+ Any:
+ Name only
+ Phone only
diff --git a/src/ng/filter/filters.js b/src/ng/filter/filters.js index 19f79ad1..d6efc418 100644 --- a/src/ng/filter/filters.js +++ b/src/ng/filter/filters.js @@ -23,7 +23,7 @@ }
-
+
default currency symbol ($): {{amount | currency}}
custom currency identifier (USD$): {{amount | currency:"USD$"}}
@@ -74,7 +74,7 @@ function currencyFilter($locale) { }
- Enter number:
+ Enter number:
Default formatting: {{val | number}}
No fractions: {{val | number:0}}
Negative number: {{-val | number:4}} @@ -468,7 +468,7 @@ var uppercaseFilter = valueFn(uppercase); }
- Snippet: + Snippet:
NamePhone
diff --git a/src/ng/filter/limitTo.js b/src/ng/filter/limitTo.js index af94b2f4..0efb80f2 100644 --- a/src/ng/filter/limitTo.js +++ b/src/ng/filter/limitTo.js @@ -31,7 +31,7 @@ }
- Limit {{numbers}} to: + Limit {{numbers}} to:

Output: {{ numbers | limitTo:limit }}

-- cgit v1.2.3
Filter