aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(){