aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIgor Minar2011-09-01 02:38:01 -0700
committerIgor Minar2011-09-01 16:37:08 -0700
commit8d11db0757263ef1467ff1cbaf1f1e978ba3ac60 (patch)
treeafecd303e0fefc138e0abf4be26449e073e08f6a /src
parent2a8fe56997fddbad673748ce02abf649a709c4ca (diff)
downloadangular.js-8d11db0757263ef1467ff1cbaf1f1e978ba3ac60.tar.bz2
docs(ng:bind): fix example code
Diffstat (limited to 'src')
-rw-r--r--src/directives.js2
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(){