|
|
add support for template repeat
it's identical with template element, but with template attribute it adds additional capabilities and should work more conveniently in cases like <td> and <option>
Committed: https://github.com/dart-lang/web-ui/commit/a6778bb
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+162 lines, -87 lines) |
Patch |
 |
M |
lib/src/analyzer.dart
|
View
|
1
|
5 chunks |
+63 lines, -34 lines |
0 comments
|
Download
|
 |
M |
lib/src/emitters.dart
|
View
|
|
3 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
lib/src/html_cleaner.dart
|
View
|
1
|
1 chunk |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
lib/src/info.dart
|
View
|
1
|
4 chunks |
+18 lines, -8 lines |
0 comments
|
Download
|
 |
M |
lib/templating.dart
|
View
|
1
|
2 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/analyzer_test.dart
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
test/data/expected/repeat_attribute_test.html.txt
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
test/data/input/mix_iterate_if_test.html
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
test/data/input/repeat_attribute_test.html
|
View
|
|
3 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|