docs(ng:bind): fix example code

This commit is contained in:
Igor Minar 2011-09-01 02:38:01 -07:00
parent 2a8fe56997
commit 8d11db0757

View file

@ -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(){