From 1063baaffd2f628838221dd1989ef57ff5b0453b Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 17 Feb 2016 12:05:23 -0500 Subject: [PATCH] docs(pull-to-refresh): fix API docs for the starting event references #5207 --- ionic/components/scroll/pull-to-refresh.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); } /**