Merge branch 'master' into css-refactor

# Conflicts:
#	ionic/components/button/modes/ios.scss
This commit is contained in:
Adam Bradley
2015-12-08 08:50:10 -06:00
6 changed files with 103 additions and 158 deletions

View File

@ -22,6 +22,7 @@ import {Toolbar} from '../toolbar/toolbar';
* @property [fab-bottom] - position a fab button towards the bottom
* @description
* Buttons are simple components in Ionic, can consist of text, an icon, or both, and can be enhanced with a wide range of attributes.
* @demo /docs/v2/demos/buttons/
* @see {@link /docs/v2/components#buttons Button Component Docs}
*/

View File

@ -33,6 +33,7 @@ import {extend} from 'ionic/util';
*
* }
* ```
* @demo /docs/v2/demos/modal/
* @see {@link /docs/v2/components#modals Modal Component Docs}
*/
@Injectable()