13 Commits

Author SHA1 Message Date
938864e8d0 refactor(button): add ion-button attribute and icon attributes to style buttons
BREAKING CHANGES:

- `<button>` becomes `<button ion-button>`
- `<a button>` becomes `<a ion-button>`
- `<button ion-item>` does not get the `ion-button` attribute
- Buttons inside of `<ion-item-options>` do get the `ion-button`
attribute
- Removed the `category` attribute, this should be passed in
`ion-button` instead.
- Button attributes added for icons in buttons: `icon-only`,
`icon-left`, and `icon-right`

closes #7466
2016-08-16 17:11:02 -04:00
3c493652b2 test(): update to public navCtrl convention 2016-08-04 13:50:15 -05:00
05c7b8f0d7 docs(demos): update API demos so they all have ion-navs
- add spacing between imports
- alphabetize imports
- removed app.html files in favor of an inline ion-nav
- cleaned up config demo so it uses proper syntax
- use file name main.html for the first page for the demo
- name the app ApiDemoApp and first page ApiDemoPage
- replace the ion-toolbars with ion-navbars

closes #7019
closes driftyco/ionic-site#647
2016-06-22 14:45:49 -04:00
33672aef62 demos(header): update header markup 2016-06-17 11:39:59 -05:00
774ab83637 demos(bootstrap): update to use ionicBootstrap 2016-05-31 15:49:56 -05:00
9b8d5bc55a docs(demos): fix spacing on modal and nav params demos
references driftyco/ionic-site#453
2016-02-29 18:47:30 -05:00
1cdf10238f docs(api demos): update api demos 2016-02-24 11:18:51 -05:00
1a5821b77f docs(demos): add select to nav-param demo 2016-02-09 17:04:37 -06:00
58dfa3d913 docs(demos): prettify nav params demo 2016-01-28 12:09:17 -05:00
59c62a0e5c docs(demos): update demos to latest alpha 2016-01-27 13:04:55 -05:00
e827231bf8 fix(demos): ion-content closing tag 2016-01-11 13:37:40 -06:00
52204de117 docs(demos): update icons 2016-01-07 11:33:21 -06:00
4f9a639b05 docs(demos): nav param demo 2015-12-08 11:20:56 -06:00