mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-16 18:51:06 +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:example>
|
||||||
<doc:source>
|
<doc:source>
|
||||||
Enter name: <input type="text" name="name" value="Whirled"> <br>
|
Enter name: <input type="text" name="name" value="Whirled"> <br>
|
||||||
Hello <span ng:bind="name" />!
|
Hello <span ng:bind="name"></span>!
|
||||||
</doc:source>
|
</doc:source>
|
||||||
<doc:scenario>
|
<doc:scenario>
|
||||||
it('should check ng:bind', function(){
|
it('should check ng:bind', function(){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue