Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit cf7bc21

Browse files
author
Alex Wolfe
committed
Merge pull request #54 from trotyl/master
Fixed bugs of lt or gt
2 parents 976af3c + e7e9f07 commit cf7bc21

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 }} <ul> <li *for="#name of names"<{{ name }}>/li< >/ul<',
259+
template: '{{ myName }} <ul> <li *for="#name of names">{{ name }}</li> </ul>',
260260
directives: [angular.For, angular.If]
261261
})
262262
];

0 commit comments

Comments
 (0)