angular/modules/examples/src/hello_world
vsavkin 7b511462af refactor(core): renamed injectables into appInjector
BREAKING CHANGES

Before:

@Component({injectables: [Type]} class MyCmp{}

After:

@Component({appInjector: [Type]} class MyCmp{}
2015-05-18 18:30:52 -07:00
..
index.html refactor(dart/transform): Remove index_static from hello_world 2015-04-17 16:11:48 -07:00
index.js refactor(dart/transform): Remove index_static from hello_world 2015-04-17 16:11:48 -07:00
index_common.js refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
index_dynamic.html refactor(dart/transform): Remove index_static from hello_world 2015-04-17 16:11:48 -07:00
index_dynamic.js refactor(dart/transform): Remove index_static from hello_world 2015-04-17 16:11:48 -07:00