angular/modules/core/src
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
..
annotations feat(view): add support for instantiation of nested component views. 2014-11-14 16:09:36 -08:00
compiler feat(compiler): new semantics for template attributes and view variables. 2014-11-19 14:32:15 -08:00
dom feat(ElementInjector): add NgElement 2014-11-14 13:22:39 -08:00
life_cycle chore(build): execute pub get only if a pubspec.yaml changed and run dart analyzer on all dart files 2014-10-02 16:10:08 -07:00
application.js feat(bootstraping): application bootstrapping implementation. 2014-11-18 15:02:38 -08:00
core.js feat(examples): adds hello-world app. 2014-11-19 12:24:14 -08:00