angular-cn/modules/change_detection/test
Tobias Bosch c6846f1163 feat(compiler): new semantics for `template` attributes and view variables.
- Supports `<div template=“…”>`, including parsing the expressions within
  the attribute.
- Supports `<template let-ng-repeat=“rows”>`
- Adds attribute interpolation (was missing previously)
2014-11-19 14:32:15 -08:00
..
parser feat(compiler): new semantics for `template` attributes and view variables. 2014-11-19 14:32:15 -08:00
change_detector_spec.js feat(compiler): new semantics for `template` attributes and view variables. 2014-11-19 14:32:15 -08:00
collection_changes_spec.js feat(Change Detection): Implement collection changes 2014-11-05 13:30:44 -08:00
map_changes_spec.js feat(Change Detection): Implement map changes 2014-11-05 14:02:03 -08:00
watch_group_spec.js feat(ChangeDetector): change View to construct a WatchGroup hierarchy 2014-11-17 17:49:17 -08:00