mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ng:bind): fix example code
This commit is contained in:
parent
2a8fe56997
commit
8d11db0757
1 changed files with 1 additions and 1 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue