diff options
| author | Misko Hevery | 2011-02-03 15:21:34 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-02-03 20:03:38 -0800 |
| commit | 882f412d578e4f01394847fa5fde21b6b4096de2 (patch) | |
| tree | 2d62877e0c00a5117ae3988172e630b1af9c10e5 /docs/cookbook.helloworld.ngdoc | |
| parent | 0d4def68ae0d95dd106d2731d60b6d6b635b5afc (diff) | |
| download | angular.js-882f412d578e4f01394847fa5fde21b6b4096de2.tar.bz2 | |
Added remainder of the cookbook
Diffstat (limited to 'docs/cookbook.helloworld.ngdoc')
| -rw-r--r-- | docs/cookbook.helloworld.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cookbook.helloworld.ngdoc b/docs/cookbook.helloworld.ngdoc index ba4c6885..ab4c337a 100644 --- a/docs/cookbook.helloworld.ngdoc +++ b/docs/cookbook.helloworld.ngdoc @@ -10,7 +10,7 @@ Hello {{name}}! </doc:source> <doc:scenario> - iit('should change the binding when user enters text', function(){ + it('should change the binding when user enters text', function(){ expect(binding('name')).toEqual('World'); input('name').enter('angular'); expect(binding('name')).toEqual('angular'); |
