This commit is contained in:
Adam Bradley
2015-08-07 10:50:41 -05:00
parent 898160cca2
commit 13cd3da6b2
27 changed files with 43754 additions and 1846 deletions

View File

@@ -2,7 +2,7 @@ import {
View,
Directive,
ElementRef,
Ancestor,
Host,
Optional,
NgControl,
Renderer,
@@ -29,7 +29,7 @@ import {pointerCoord} from '../../util/dom';
})
class MediaSwitch {
constructor(
@Ancestor() @Inject(forwardRef(() => Switch)) swtch: Switch,
@Host() @Inject(forwardRef(() => Switch)) swtch: Switch,
elementRef: ElementRef,
config: IonicConfig
) {