remove ion- component prefixes for now

Closes #239.
This commit is contained in:
Tim Lancina
2015-10-05 16:15:32 -05:00
parent a4327c6bab
commit 5c17f82e7f
11 changed files with 9 additions and 29 deletions

View File

@@ -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.
*

View File

@@ -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',