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>',"
This commit is contained in:
parent
976af3ce86
commit
e7e9f07316
|
@ -256,7 +256,7 @@
|
||||||
injectables: [FriendsService]
|
injectables: [FriendsService]
|
||||||
}),
|
}),
|
||||||
new angular.View({
|
new angular.View({
|
||||||
template: '{{ myName }} <ul> <li *for="#name of names"<{{ name }}>/li< >/ul<',
|
template: '{{ myName }} <ul> <li *for="#name of names">{{ name }}</li> </ul>',
|
||||||
directives: [angular.For, angular.If]
|
directives: [angular.For, angular.If]
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue