angular/modules/angular2/test
Pawel Kozlowski 81f3f32217 refactor(DirectiveParser): remove checks for missing directives
Based on the discussion in #776 we can't reliably check if a given
element has a particular property at the compilation time. As such
the existing algorithm detecting "missing" directives can't be used.

We need to see if there is a different / better algorithm or maybe
those checks need to be moved later in the process (runtime). Leaving
integration tests in place (disabled) so we can come back to the
topic after unblocking the situation.

This commit effectivelly reverts 94e203b9df
2015-03-22 14:14:36 +01:00
..
change_detection refactor(forEach): change to for-of with iterable 2015-03-21 14:19:21 -07:00
core refactor(DirectiveParser): remove checks for missing directives 2015-03-22 14:14:36 +01:00
di feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
directives fix(ViewContainer) removeChild called with null parent 2015-03-21 14:55:10 -07:00
dom feat(compiler): DOM adapters + html5lib implementation; misc fixes 2015-02-27 16:49:14 -08:00
facade feat(RegExp): expose match indexes in Dart 2015-02-26 19:32:49 +01:00
forms refactor(test_lib): remove IS_NODEJS 2015-03-20 15:50:05 +01:00
mock feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
services feat: introduce Title service 2015-03-09 22:17:28 +01:00
test_lib chore: upgrade guinness to remove a workaround in testlib 2015-03-13 18:19:10 -07:00
transform refactor(dart/transform): Use package:guinness in tests 2015-03-21 15:18:15 -07:00