angular/modules/core/test/compiler
Tobias Bosch 63053438ea fix(compiler): always wrap views into an own <template> element
This is needed to allow view instantiation also in browsers that
don’t support the `<template>` element and because of this would
return elements from the content of `<template>` elements when
using `element.querySelectorAll`.

Also stores the `elementBinder.nestedProtoView` correctly
when a template directive was used on a `<template>` element.
2014-12-01 16:39:36 -08:00
..
pipeline fix(compiler): always wrap views into an own <template> element 2014-12-01 16:39:36 -08:00
compiler_spec.js fix(Dart1.8): fix analyzer warnings 2014-12-01 21:17:16 +01:00
directive_metadata_reader_spec.js feat(Reflection): extract reflection capabilities into a separate module 2014-11-24 16:53:12 -08:00
element_injector_spec.js feat(viewPort): adds initial implementation of ViewPort. 2014-11-25 16:19:50 -08:00
integration_spec.js feat(Reflection): extract reflection capabilities into a separate module 2014-11-24 16:53:12 -08:00
selector_spec.js feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
view_spec.js fix(Dart1.8): fix analyzer warnings 2014-12-01 21:17:16 +01:00
viewport_spec.js feat(viewPort): adds initial implementation of ViewPort. 2014-11-25 16:19:50 -08:00