mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): remove use of @View
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Component, View, NgZone, Injectable, Renderer} from 'angular2/angular2';
|
||||
import {Component, NgZone, Injectable, Renderer} from 'angular2/angular2';
|
||||
|
||||
import {IonicApp} from '../app/app';
|
||||
import {Animation} from '../../animations/animation';
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
import {Component, View, ElementRef, DynamicComponentLoader} from 'angular2/angular2';
|
||||
import {Component, ElementRef, DynamicComponentLoader} from 'angular2/angular2';
|
||||
|
||||
import {OverlayController} from './overlay-controller';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'ion-overlay'
|
||||
})
|
||||
@View({
|
||||
selector: 'ion-overlay',
|
||||
template: ''
|
||||
})
|
||||
export class OverlayAnchor {
|
||||
|
||||
Reference in New Issue
Block a user