diff options
| author | Igor Minar | 2011-09-01 02:38:01 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-09-01 16:37:08 -0700 | 
| commit | 8d11db0757263ef1467ff1cbaf1f1e978ba3ac60 (patch) | |
| tree | afecd303e0fefc138e0abf4be26449e073e08f6a /src/directives.js | |
| parent | 2a8fe56997fddbad673748ce02abf649a709c4ca (diff) | |
| download | angular.js-8d11db0757263ef1467ff1cbaf1f1e978ba3ac60.tar.bz2 | |
docs(ng:bind): fix example code
Diffstat (limited to 'src/directives.js')
| -rw-r--r-- | src/directives.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directives.js b/src/directives.js index 2e1040c0..6d68ee4e 100644 --- a/src/directives.js +++ b/src/directives.js @@ -200,7 +200,7 @@ angularDirective("ng:controller", function(expression){     <doc:example>       <doc:source>         Enter name: <input type="text" name="name" value="Whirled"> <br> -       Hello <span ng:bind="name" />! +       Hello <span ng:bind="name"></span>!       </doc:source>       <doc:scenario>         it('should check ng:bind', function(){  | 
