Max Lynch
880ae7dd23
Removed picture
2014-03-14 09:45:55 -05:00
Max Lynch
66eb93bf87
Updated code pen link for popup docs
2014-03-14 09:37:47 -05:00
Adam Bradley
4628b9fb23
feat(animation): Add right to left animations, and their reverse, for RTL support, closes #643
2014-03-13 23:18:00 -05:00
Adam Bradley
ba2a40c845
feat(modal): On larger displays modals will be inset and centered, not full width/height, closes #783
2014-03-13 22:14:30 -05:00
Andy Joslin
c912832b0b
docs: make it rename old version when updating
2014-03-13 20:15:49 -06:00
Andy Joslin
6325d37a86
chore(docs): build to latest, mark latest in dropdown, remove /ionic
2014-03-13 20:00:36 -06:00
Andy Joslin
b01e2734f0
chore(travis): update to latest node ver
2014-03-13 18:30:24 -06:00
Adam Bradley
89ec82aa1e
docs-api layout updated
2014-03-13 15:13:42 -05:00
Max Lynch
a30b0b7d4f
feat(popup): Added popup support
2014-03-13 14:57:48 -05:00
Adam Bradley
53a426f802
Merge branch 'master' of https://github.com/driftyco/ionic
...
Conflicts:
docs/templates/lib/yaml.template.html
2014-03-13 13:56:22 -05:00
Adam Bradley
4d8ceca2d4
rename docs_0.9.0 layout to docs_api, active variable no longer needed
2014-03-13 13:54:02 -05:00
Andy Joslin
7f7672d8c3
chore(travis): update node version
2014-03-13 09:31:29 -06:00
Andy Joslin
8c0b8c5b01
docs: make stable be nightly if testing
2014-03-13 09:19:32 -06:00
Andy Joslin
115223f2d0
docs: make sure Javascript links to latest stable by default
2014-03-13 09:18:47 -06:00
Adam Bradley
fa5ad51048
update docs_api layout
2014-03-13 10:03:38 -05:00
Andy Joslin
6aa35f469a
Update README.md
2014-03-13 07:47:13 -06:00
Andy Joslin
98483dac7a
docs: fix api.template
2014-03-13 07:32:34 -06:00
Andy Joslin
cf05c33ed9
Update README.md
2014-03-13 07:29:46 -06:00
Andy Joslin
12864622fd
Update README.md
2014-03-13 07:28:30 -06:00
Andy Joslin
962ebf817a
docs: add README explaining templates
2014-03-13 07:27:58 -06:00
Andy Joslin
b26be092f4
docs: simplify templates more
2014-03-13 07:25:37 -06:00
Adam Bradley
4066682381
separate tap from poly to make it easier to avoid tap logic in the future
2014-03-12 22:28:10 -05:00
Andy Joslin
00c4000676
Update README.md
2014-03-12 20:33:09 -06:00
Andy Joslin
11189ec356
Update README.md
2014-03-12 20:26:23 -06:00
Andy Joslin
ffc48c02f7
docs: fix problems with multiple versions
2014-03-12 17:23:37 -06:00
Andy Joslin
4813fd0bb9
docs: allow multiple versions
2014-03-12 15:55:50 -06:00
Adam Bradley
8936d9e525
add html tests for status bar
2014-03-12 14:37:15 -05:00
Adam Bradley
cd1830898e
ionic.views.Modal.prototype.show was not being called
2014-03-12 14:36:57 -05:00
Andy Joslin
4980d09fb3
refact(ionContent): make docs match src
2014-03-11 19:34:30 -06:00
Andy Joslin
9ff7a09af5
refact(ion-refresher-content): only make icon spin
2014-03-11 16:51:28 -06:00
Andy Joslin
69e54fe44e
chore(ionicScrollController): remove accidental test-code
2014-03-11 16:49:29 -06:00
Andy Joslin
f3ca78620e
docs(ionContent): update to match new ionRefresher
2014-03-11 16:40:12 -06:00
Andy Joslin
573df56db4
feat(ionRefresher): allow custom text & icons
...
Closes #760
BREAKING CHANGE: on-refresh and on-refresh-opening are no longer on the
ion-content directive. They are on the ion-refresher. In addition,
on-refresh-opening has been renamed to on-pulling.
Change your code from this:
```html
<ion-content on-refresh="onRefresh()"
on-refresh-opening="onRefreshOpening()">
<ion-refresher></ion-refresher>
</ion-content>
```
To this:
```html
<ion-content>
<ion-refresher on-refresh="onRefresh()"
on-pulling="onRefreshOpening()">
</ion-refresher>
</ion-content>
```
2014-03-11 16:40:12 -06:00
Andy Joslin
e4032339ec
docs(README): add whitespace
2014-03-11 16:40:12 -06:00
Adam Bradley
98e7e1aa87
fix(tap): Do not trigger a click if the element was scrolled after touchstart/mousedown
2014-03-11 16:20:19 -05:00
Andy Joslin
762af94176
refact(ionInfiniteScroll): remove unused variable
2014-03-11 14:01:08 -06:00
Andy Joslin
cadd39a32a
docs(object-properties): make object properties look better
2014-03-11 13:59:29 -06:00
Andy Joslin
22a8ae290b
test(e2e-viewState): update to new view title attribute pattern
2014-03-11 13:59:02 -06:00
Andy Joslin
5f2c32ea9b
feat(ionInfiniteScroll): allow configuration of icon
2014-03-11 13:56:08 -06:00
Andy Joslin
703f68fb0b
test(ionicView): update
2014-03-11 13:26:21 -06:00
Andy Joslin
e9625ded9d
docs: add services, utilities
2014-03-11 13:02:36 -06:00
Andy Joslin
a8e1524ce8
refact(ionBar): interpolate title instead of binding
...
BREAKING CHANGE:
ionHeaderBar's title attribute is now interpolated.
Change this code: `<ion-header-bar title="myTitleVar"></ion-header-bar>`
To this code: `<ion-header-bar title="{{myTitleVar}}"></ion-header-bar>`
2014-03-11 09:54:02 -06:00
Adam Bradley
9cff5d030c
fix(modal): Do not apply the same modal animation to all of its children, closes #683
2014-03-11 08:23:03 -05:00
Adam Bradley
438f5fba58
fix(button): Correct vertical alignment of header right buttons, closes #704
2014-03-10 22:33:47 -05:00
Andy Joslin
f9766fcf16
docs(): Add docs for ionicViewState, polish other docs
2014-03-10 21:16:09 -06:00
Andy Joslin
dc22bd51b2
docs: make link tag-def work better
2014-03-10 21:16:09 -06:00
Andy Joslin
68ddbdb439
docs(ionSlideView): add configurable model
2014-03-10 21:16:09 -06:00
Andy Joslin
1cf6355f7b
docs(ionSideMenu): add configurable model
2014-03-10 21:16:09 -06:00
Andy Joslin
720f5aa7ff
docs(layout): dont position:fixed, javascript api is too long
2014-03-10 21:16:09 -06:00
Andy Joslin
588f18962f
docs(ionNavAnimation): add parent tag
2014-03-10 21:16:08 -06:00