angular/modules/examples/src/todo
Rado Kirov 457c15cd6c feat(decorators): adds decorator versions of DI annotations.
In 'angular2/di' the symbol:
- Inject is a decorator
- InjectAnnotation is an annotation

Internally one an get a hold of annotations without *Annotations appened
(to make ts2dart work without workarounds) by importing from
'angular2/src/di/annotations_impl' instead of 'angular2/di'. This is
needed only for users that transpile through TS and through ts2dart.
2015-05-04 13:35:09 -07:00
..
css feat(examples): Add TodoMVC sample application. 2015-03-13 19:28:59 +01:00
services feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
index.html feat(examples): Add TodoMVC sample application. 2015-03-13 19:28:59 +01:00
index.js refactor(compiler): rename decorator directives into directive 2015-04-30 13:38:40 -07:00
todo.html refactor(forEach): change to for-of with iterable 2015-03-21 14:19:21 -07:00