renderer.setElementClass for icon class

This commit is contained in:
Adam Bradley
2015-08-01 00:24:29 -05:00
parent c0223edabe
commit 04fc983c2a
3 changed files with 9 additions and 23 deletions

View File

@@ -46,11 +46,6 @@ export class ViewController extends Ion {
this._ids = -1;
// build a new injector for child ViewItems to use
this.injector = injector.resolveAndCreateChild([
bind(ViewController).toValue(this),
bind(NavController).toValue(new NavController(this))
]);
this.bindings = Injector.resolve([
bind(ViewController).toValue(this),
bind(NavController).toValue(new NavController(this))