mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
renderer.setElementClass for icon class
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user