From 882f412d578e4f01394847fa5fde21b6b4096de2 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 3 Feb 2011 15:21:34 -0800 Subject: Added remainder of the cookbook --- docs/cookbook.helloworld.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cookbook.helloworld.ngdoc') 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}}! - 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'); -- cgit v1.2.3