angular/modules/angular2/test/core
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
..
annotations refactor(directives): directives use declare that they listen to onChange in the annotations 2015-02-06 13:53:49 -08:00
compiler refactor(DirectiveParser): remove checks for missing directives 2015-03-22 14:14:36 +01:00
events feat(compiler): DOM adapters + html5lib implementation; misc fixes 2015-02-27 16:49:14 -08:00
zone feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
application_spec.js fix(bootstrap): report error on bootstrapping non-Component directive 2015-03-18 21:51:46 -07:00