415 Commits

Author SHA1 Message Date
b1c7985252 docs(demos): add disabled radio to the demo 2016-05-10 18:22:48 -04:00
6f525d1bd8 docs(demos): update demos to use ion-grid
references #6238
2016-04-26 13:33:29 -04:00
a00fe76000 docs(demos): add action sheet interface to select demo
references driftyco/ionic-site/#568
2016-04-22 17:10:21 -04:00
2255513205 refactor(blur): remove blur component
BREAKING CHANGES: blur component has been removed

fixes #6272
2016-04-21 17:35:34 -04:00
a41c725337 Fix typo 2016-04-20 22:03:53 -03:00
dd5d4480f8 docs(demos): add API toast demo 2016-04-20 17:56:22 -04:00
8b55812ec0 docs(demos): remove user agent from platform demo 2016-04-18 17:32:48 -04:00
faf634ceab docs(demos): update platform demo so iOS is first 2016-04-18 11:22:09 -04:00
cef019c66f docs(demos): update show-hide-when demos to include windows
also added the code used to the demo
2016-04-18 11:18:54 -04:00
617d36d42c docs(demos/localStorage): only display allowed keys
Related: https://github.com/driftyco/ionic-site/issues/453
2016-04-16 17:36:36 -05:00
4897f02c11 docs(demos): update platform demo to include windows
add styling to the code blocks to differentiate them more visually
2016-04-15 17:08:06 -04:00
918aa456da docs(demos): update loading API demo 2016-04-12 12:39:35 -04:00
f096cf656f docs(demos): update loading indicator demo and e2e
references #5426
2016-04-04 23:25:42 -04:00
d21a682bad docs(loading): remove the enableBackdropDismiss and update demo
references #5426
2016-04-01 13:37:47 -04:00
3bce7ba2dc docs(demos): add API demos for loading indicator
references #5426
2016-04-01 13:14:06 -04:00
17c38862cc fix(Nav): fixes swipeBackEnabled as attribute
closes #5653
2016-03-18 16:04:28 +01:00
a0d068dae0 docs(demos): update gulp file and API demos to include windows theme 2016-03-10 23:04:13 -05:00
1af75225cb docs(demos) make destructive button top button 2016-03-01 23:55:47 -06:00
5ca2a55f14 docs(refresher): update API docs for refresher and demo
references #5207
2016-03-01 12:08:01 -05:00
1f3db2ad1e docs(demos): update config to move config JS in index 2016-03-01 11:10:33 -05:00
f0e7a69a90 docs(demos): fix refresher and infinite scroll demo to use the injectable in index 2016-03-01 11:10:33 -05:00
487da57e37 docs(demos): change apostrophes to quotes to make Adam happy
references nothing
2016-02-29 20:25:45 -05:00
5932706332 docs(demos): add variables Sass file to use colors and add to icons
references driftyco/ionic-site#453
2016-02-29 19:15:22 -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
ce8eb5ba3b docs(demos): add infinite scroll demo
references driftyco/ionic-site#453
2016-02-29 18:44:09 -05:00
cd723898b7 docs(tabs): update tabs demo to include colors and badges
references driftyco/ionic-site#453
2016-02-29 18:43:43 -05:00
834d6c690e docs(demos): remove inline styling from segment API demo
references driftyco/ionic-site#453
2016-02-29 16:15:29 -05:00
1bb51c2e26 chore(refresher): rename "endRefreshing" to "complete" 2016-02-29 14:44:15 -06:00
d3cdcc5fe2 demos: remove custom animation on alert and actionsheet for now and add padding to alert 2016-02-28 17:59:40 -06:00
af8537b726 Merge pull request #5632 from jgw96/patch-2
docs(demos): padding on action content
2016-02-27 20:33:56 -06:00
91df5f97ee refactor(refresher): allow refresher content customization
Breaking Change:

## Refresher:

- `<ion-refresher>` now takes a child `<ion-refresher-content>`
component.
- Custom refresh content components can now be replaced for Ionic's
default refresher content.
- Properties `pullingIcon`, `pullingText` and `refreshingText` have
been moved to the `<ion-refresher-content>` component.
- `spinner` property has been renamed to `refreshingSpinner` and now
goes on the `<ion-refresher-content>` component.
- `refreshingIcon` property is no longer an input, but instead
`refreshingSpinner` should be used.

Was:

```
<ion-refresher (refresh)="doRefresh($event)"
pullingIcon="arrow-dropdown">
</ion-refresher>
```

Now:

```
<ion-refresher (refresh)="doRefresh($event)">
  <ion-refresher-content
pullingIcon="arrow-dropdown"></ion-refresher-content>
</ion-refresher>
```
2016-02-27 17:33:59 -06:00
223ad8a58c docs(demos): padding on action content
this is for issue #453
2016-02-27 13:54:31 -06:00
8cfebe1386 refactor(tabs): remove tabbarIcons and add tabbarLayout which accepts different values
BREAKING CHANGES: `tabbarIcons` has been replaced with `tabbarLayout`
with the following values: `icon-top`, `icon-left`, `icon-right`,
`icon-bottom`, `icon-hide`, `title-hide`.

closes #5625
2016-02-26 16:44:32 -05:00
1cdf10238f docs(api demos): update api demos 2016-02-24 11:18:51 -05:00
d76e7bf9bd chore(demos): fix select demo 2016-02-18 16:08:23 -06:00
1b7cb8ccb0 chore(demos): don't bundle demos when developing
Rebundling all demos on every change takes 1 minute, only do it for
production.
2016-02-18 14:53:46 -06:00
87364db977 chore(demos): update toggle demo 2016-02-18 14:49:20 -06:00
10503a8997 chore(demos): update checkbox demo 2016-02-18 14:33:46 -06:00
d1b92e6335 docs(demos): update item-sliding demo styling 2016-02-09 18:59:20 -06:00
1a5821b77f docs(demos): add select to nav-param demo 2016-02-09 17:04:37 -06:00
a233074021 docs(demos): add select to modal demo 2016-02-09 17:04:37 -06:00
5ac1cf9048 docs(demos): fix item sliding demo and add the slides demo to the slide doc
references driftyco/ionic-site#397
2016-02-05 19:54:42 -05:00
68671a2951 docs(demos): update item sliding to use primary option and add another login
references driftyco/ionic-site#397
2016-02-05 19:48:24 -05:00
5f21823d27 docs(demos): add item sliding & option API demo and fix docs for it
references driftyco/ionic-site#397
2016-02-05 19:40:09 -05:00
b69bd9420e docs(demos): add item demo which uses list demo but changes header
references driftyco/ionic-site#397
2016-02-05 18:56:22 -05:00
a01dd8d6fb docs(demos): add toolbar to tabs demo
references driftyco/ionic-site#397
2016-02-05 18:09:21 -05:00
a0571532e6 docs(demos): inject stylesheet in tabs so it shows properly
references driftyco/ionic-site#397
2016-02-05 18:01:36 -05:00
2ca0068c56 docs(demos): add tabs demo with scenarios
references driftyco/ionic-site#397
2016-02-05 16:08:06 -05:00
ae764860ec docs(demos): fix the local font var
references driftyco/ionic-site#397
2016-02-05 16:08:06 -05:00
9a4b6bb9b0 docs(demos): add demo for select
references driftyco/ionic-site#397
2016-02-05 14:43:19 -05:00