Commit Graph

24 Commits

Author SHA1 Message Date
Andy Joslin
d6c960c2a6 feat(ionSlideBox): add pager-click attribute
Fixes #785
2014-04-07 10:21:00 -06:00
Andy Joslin
270d2bfea1 update ion-side-menu-content to be element everywhere 2014-03-26 07:50:54 -06:00
Andy Joslin
cd5131c107 tests(): move has-* to classes for ion-content elements 2014-03-18 15:36:13 -06:00
Adam Bradley
f8a7137744 fix(click): Click Events In SlideBox Fire Multiple Times, closes #808 2014-03-17 08:01:57 -05:00
Andy Joslin
f6ec6a3c89 fix(slideBox): make does-continue attribute work continuously
Closes #575
2014-02-26 08:47:12 -05: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
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