Merge pull request #54 from trotyl/master

Fixed bugs of lt or gt
This commit is contained in:
Alex Wolfe 2015-04-27 06:54:24 -07:00
commit cf7bc21acd
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@
injectables: [FriendsService]
}),
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]
})
];