docs(pull-to-refresh): fix API docs for the starting event

references #5207
This commit is contained in:
Brandy Carney
2016-02-17 12:05:23 -05:00
parent 8ad9327215
commit 1063baaffd

View File

@ -18,7 +18,7 @@ import {raf, ready, CSS} from '../../util/dom';
* @usage
* ```html
* <ion-content>
* <ion-refresher (starting)="doStarting()"
* <ion-refresher (starting)="doStarting($event)"
* (refresh)="doRefresh($event)"
* (pulling)="doPulling($event)">
* </ion-refresher>
@ -329,7 +329,6 @@ export class Refresher {
// startCallback
this.isRefreshing = true;
this.refresh.emit(this);
//$scope.$onRefresh();
}
/**