8000 Fixed bugs of lt or gt · rusongyu/angular.io@e7e9f07 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7e9f07

Browse files
committed
Fixed bugs of lt or gt
change from "template: '{{ myName }} <ul> <li *for="#name of names"<{{ name }}>/li< >/ul<'," to "template: '{{ myName }} <ul> <li *for="#name of names">{{ name }}</li> </ul>',"
1 parent 976af3c commit e7e9f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/js/latest/guide/displaying-data.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
injectables: [FriendsService]
257257
}),
258258
new angular.View({
259-
template: '{{ myName }} &lt;ul&gt; &lt;li *for="#name of names"&lt;{{ name }}&gt;/li&lt; &gt;/ul&lt;',
259+
template: '{{ myName }} &lt;ul&gt; &lt;li *for="#name of names"&gt;{{ name }}&lt;/li&gt; &lt;/ul&gt;',
260260
directives: [angular.For, angular.If]
261261
})
262262
];

0 commit comments

Comments
 (0)
0