mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
i put the break in changes
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
import {NgElement, EventEmitter, Decorator, Component, View, PropertySetter} from 'angular2/angular2';
|
||||
import {NgElement, EventEmitter, PropertySetter} from 'angular2/angular2';
|
||||
|
||||
@Decorator({
|
||||
import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
|
||||
|
||||
|
||||
@Directive({
|
||||
selector: '[ion-refresher]'
|
||||
})
|
||||
export class Refresher {
|
||||
|
Reference in New Issue
Block a user