Adam Bradley
6ebfe776bc
fix(popup): Ensure popup is usable on top of a modal, closes #838
2014-03-19 10:55:54 -05:00
Andy Joslin
cd5131c107
tests(): move has-* to classes for ion-content elements
2014-03-18 15:36:13 -06:00
Adam Bradley
5d663a61cc
remove modal max-width, closes #824
2014-03-18 14:47:38 -05:00
Adam Bradley
cd1830898e
ionic.views.Modal.prototype.show was not being called
2014-03-12 14:36:57 -05:00
Adam Bradley
c4ca7a85e0
fix(modal): Fix removing modal from DOM on .remove(), closes #755
2014-03-10 14:42:50 -05:00
Adam Bradley
b593cf1be6
fix(modal): Improve slide-up/down animations, remove flickers
2014-03-04 16:44:24 -06:00
Adam Bradley
1503cc7213
fix(actionsheet): Actionsheet in modal has pointer-events enabled, closes #660
2014-02-22 21:22:35 -06:00
Andy Joslin
2c39a21498
feat(ionic): prefix all directives with ion-
...
BREAKING CHANGE: All directives are now prefixed with `ion-`.
For any directive you use, add the ionic prefix.
For example, change this HTML:
```html
<tabs>
<tab title="home" href="/tab/home">
<content>Hello!</content>
</tab>
</tabs>
```
To this HTML:
```
<ion-tabs>
<ion-tab title="home" href="/tab/home">
<ion-content>Hello!</ion-content>
</ion-tab>
</ion-tabs>
```
2014-02-18 16:13:00 -05:00
Andy Joslin
5d2f24cf59
chore(): make test files use ionic.bundle.js
2014-02-10 13:49:02 -05:00
Max Lynch
41fc43675c
Better focus delay for modals
2014-01-30 13:50:34 -06:00
Adam Bradley
a8729fb17a
Remove angular-touch.js and angular-route.js references
2014-01-24 21:33:28 -06:00
Max Lynch
86d6889628
Fixed #380 - rename ionic services to use $ionic prefix
2014-01-13 10:46:41 -06:00
Adam Bradley
cfdefd452e
update w/ ui-router
2014-01-07 19:50:39 -06:00
Max Lynch
c96fb7f539
Updating some tests
2013-12-13 12:02:51 -06:00
Max Lynch
4646f5d459
Fixed #201 #215 #210
2013-11-25 14:26:34 -06:00
Max Lynch
22d10a155e
LOTS OF SHIT WOW
2013-11-13 22:49:57 -06:00
Max Lynch
80d054762c
Header bar tweaks
2013-11-13 19:59:50 -06:00
Max Lynch
2946a4d8fd
Moda tweak
2013-11-13 15:18:48 -06:00
Max Lynch
3400cc0276
Default style for list items
2013-11-13 15:01:09 -06:00
Max Lynch
787101708d
FIxed #109 - modal auto focus and unfocus on close
2013-11-10 18:43:12 -06:00
Max Lynch
a46060f070
Lots of little tweaks
2013-11-08 18:43:20 -06:00
Max Lynch
703a745179
Item options drag fix
2013-11-06 21:24:15 -06:00
Max Lynch
e8f4eeeac8
Fixed #79
2013-11-06 16:38:12 -06:00