Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8d11db0

Browse files
committed
docs(ng:bind): fix example code
1 parent 2a8fe56 commit 8d11db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ angularDirective("ng:controller", function(expression){
200200
<doc:example>
201201
<doc:source>
202202
Enter name: <input type="text" name="name" value="Whirled"> <br>
203-
Hello <span ng:bind="name" />!
203+
Hello <span ng:bind="name"></span>!
204204
</doc:source>
205205
<doc:scenario>
206206
it('should check ng:bind', function(){

0 commit comments

Comments
 (0)