gdi2290
|
b61b8d60b7
|
refactor(forEach): change to for-of with iterable
rename: foreach -> for
rename: array -> iterable
update: DartParseTreeWriter
update: naive_infinite_scroll
update: todo
fix: tests in foreach_spec
Closes #919
|
2015-03-21 14:19:21 -07:00 |
|
Yegor Jbanov
|
757eae8ad3
|
feat(compiler): DOM adapters + html5lib implementation; misc fixes
|
2015-02-27 16:49:14 -08:00 |
|
Tobias Bosch
|
3b40052dc7
|
feat(build): enforce mobile layout during e2e tests
This is important as we run our benchmarks on
mobile devices as web driver tests fails if buttons
are not visible / overlaid by other content.
|
2015-02-27 11:11:32 -08:00 |
|
Victor Berchet
|
e6c8bde808
|
feat(Compiler): Multiple template per component
fixes #596
- TemplateConfig becomes Template
- introduce a TemplateResolver to pick the cmp template,
- @Component and @Template are disociated
|
2015-02-13 18:07:08 +01:00 |
|
Victor Berchet
|
6d23d00057
|
refactor(ViewPort): @Template -> @Viewport, ViewPort -> ViewContainer
fixes #595
|
2015-02-13 17:48:27 +01:00 |
|
Marc Laval
|
6bfa48bc64
|
refactor(directives): Drop ng- prefix from all angular directives and rename NgRepeat to Foreach
fixes #532
Closes #539
|
2015-02-06 09:24:50 -08:00 |
|
Yegor Jbanov
|
fcbdf02767
|
feat(perf): port table scrolling benchmark to Angular 2
|
2015-02-05 18:33:57 -08:00 |
|