diff --git a/ionic/components/scroll/pull-to-refresh.ts b/ionic/components/scroll/pull-to-refresh.ts index 65241ce8b1..ea694a0574 100644 --- a/ionic/components/scroll/pull-to-refresh.ts +++ b/ionic/components/scroll/pull-to-refresh.ts @@ -18,7 +18,7 @@ import {raf, ready, CSS} from '../../util/dom'; * @usage * ```html * - * * @@ -329,7 +329,6 @@ export class Refresher { // startCallback this.isRefreshing = true; this.refresh.emit(this); - //$scope.$onRefresh(); } /**