refactor: make bindings/directives names consistent

BREAKING CHANGE

- `routerDirectives` => `ROUTER_DIRECTIVES`
- `routerInjectables` => `ROUTER_BINDINGS`
- `ELEMENT_PROBE_CONFIG` => `ELEMENT_PROBE_BINDINGS`
This commit is contained in:
Misko Hevery
2015-08-18 14:46:35 -07:00
parent 8dc509f688
commit ccfadb9b47
8 changed files with 50 additions and 42 deletions

View File

@ -1,2 +1,5 @@
export * from './src/debug/debug_element';
export {inspectNativeElement, ELEMENT_PROBE_CONFIG} from './src/debug/debug_element_view_listener';
export {
inspectNativeElement,
ELEMENT_PROBE_BINDINGS
} from './src/debug/debug_element_view_listener';