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
Adam Bradley
a8729fb17a
Remove angular-touch.js and angular-route.js references
2014-01-24 21:33:28 -06:00
Adam Bradley
cfdefd452e
update w/ ui-router
2014-01-07 19:50:39 -06:00
Max Lynch
e1ae338b51
Fixed #288 , added carousel support to slide box
...
Also fixed evevt bubbling and incorrect iOS 7 detection in mobile safari
2013-12-18 12:21:52 -06:00
Max Lynch
a87006261c
Added full container sizing to slide box
2013-12-17 14:17:19 -06:00
Max Lynch
b996e9a8c7
SEXY
2013-12-16 15:36:14 -06:00
Max Lynch
4de3403f79
Removing animation from header and stuff
2013-12-16 13:20:38 -06:00
Max Lynch
196e015015
More slide stuff working
2013-12-16 09:52:03 -06:00
Max Lynch
b9ebcd86a4
Much better slide box
2013-12-15 21:14:35 -06:00
Max Lynch
8bd8193c89
Nicer paging scroll feel
2013-12-15 18:19:04 -06:00
Max Lynch
50a2b235e6
Initial move to slide box with scroll
2013-12-15 12:17:48 -06:00
Max Lynch
cdd5d06b6c
Slight adjustment for #290 - slide box slide index
2013-12-08 17:01:54 -06:00
Max Lynch
4646f5d459
Fixed #201 #215 #210
2013-11-25 14:26:34 -06:00
Max Lynch
39a27a15bf
Updated slide box test
2013-11-21 15:42:21 -06:00
Max Lynch
314156b3ca
Fixed #119 - slide box events
2013-11-15 21:54:47 -06:00
Max Lynch
22d10a155e
LOTS OF SHIT WOW
2013-11-13 22:49:57 -06:00
Max Lynch
c73cc43c21
Updated toggle and moved to view inheritance
2013-11-08 17:57:04 -06:00
Max Lynch
aad3bb92b5
A whole lotta shit
2013-10-21 10:44:35 -05:00