mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -6,11 +6,9 @@ import * as util from 'ionic/util';
|
||||
import {raf, ready, CSS} from 'ionic/util/dom';
|
||||
|
||||
/**
|
||||
* @name ionRefresher
|
||||
* @description
|
||||
* Allows you to add pull-to-refresh to an ionContent component.
|
||||
* Allows you to add pull-to-refresh to an Content component.
|
||||
*
|
||||
* Place it as the first child of your ionContent or ionScroll element.
|
||||
* Place it as the first child of your Content or Scroll element.
|
||||
*
|
||||
* When refreshing is complete, call `refresher.complete()` from your controller.
|
||||
*
|
||||
|
||||
@@ -10,8 +10,8 @@ import {Animation} from '../../animations/animation';
|
||||
import * as util from 'ionic/util';
|
||||
|
||||
/**
|
||||
* ion-scroll is a non-flexboxed scroll area that can
|
||||
* scroll horizontally or vertically.
|
||||
* Scroll is a non-flexboxed scroll area that can scroll horizontally or
|
||||
* vertically.
|
||||
*/
|
||||
@IonicComponent({
|
||||
selector: 'ion-scroll',
|
||||
|
||||
Reference in New Issue
Block a user