angular-docs-cn/modules
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
..
benchmarks benchmark(compiler): add a benchmark measuring view instantiation in AngularDart 1.0 2014-11-25 17:46:11 -08:00
benchmarks_external benchmark(compiler): add a benchmark measuring view instantiation in AngularDart 1.0 2014-11-25 17:46:11 -08:00
change_detection fix(Dart1.8): fix analyzer warnings 2014-12-01 21:17:16 +01:00
core fix(compiler): always wrap views into an own `<template>` element 2014-12-01 16:39:36 -08:00
di fix(Dart1.8): Promise handling 2014-12-01 21:17:16 +01:00
examples fix(example): correct markup in the hello world example 2014-12-01 15:13:02 -08:00
facade fix(Dart1.8): Promise handling 2014-12-01 21:17:16 +01:00
reflection fix(reflection): fix a typo 2014-11-24 18:02:21 -08:00
rtts_assert feat(deps): update Traceur 0.0.74 2014-11-07 10:29:48 -08:00
test_lib feat(viewPort): adds initial implementation of ViewPort. 2014-11-25 16:19:50 -08:00