15 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
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
1cdf10238f docs(api demos): update api demos 2016-02-24 11:18:51 -05:00
78c2ecc84f docs(demos): add title demo which uses the toolbar demo but hides some
Hiding any toolbars that don’t use ion-title for the title demo only

references driftyco/ionic-site#397
2016-02-05 12:17:56 -05:00
5681406a99 docs(demos): update toolbar API demo and add navbar demo
references driftyco/ionic-site#397
2016-02-05 12:12:35 -05:00
ec106e989e docs(demos): converting navbars to toolbars
references #5311
2016-02-03 15:16:41 -05:00
59da895ea0 docs(demos): fix demos to have same class name and remove files that aren't needed anymore
references #5311
2016-02-03 14:26:25 -05:00
cefc305dd3 docs(): update for alpha52 2016-01-27 11:06:04 -07: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
862d159fa3 chore(menuToggle): menu-toggle to menuToggle 2015-12-16 13:35:48 -06:00
60950d7837 docs(demos/toolbar): fix title 2015-12-11 14:42:15 -06:00
41105baf22 docs(demos/toolbar): api demo 2015-12-11 14:33:44 -06:00