Commit Graph

11 Commits

Author SHA1 Message Date
Adam Bradley
29d891c6e0 update sidemen test 2014-02-25 09:20:15 -06:00
Adam Bradley
46547566f4 add content to list to test ellipsis 2014-02-24 22:06:40 -06:00
Adam Bradley
1028946616 fix(text-rendering): Disable text-rendering:optimizeLegibility for low end devices 2014-02-24 13:42:33 -06:00
Adam Bradley
8ef8957744 fix right side menu to open 2014-02-23 20:58:04 -06:00
Adam Bradley
febd98a3af add more elements for list scroll testing 2014-02-20 22:30:45 -06:00
Adam Bradley
d2a0780bba feat(sideMenu): Degrade .menu-content box-shadow w/ platform grade for animation performance 2014-02-20 20:44:25 -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
Adam Bradley
6a962c28a5 added a range within a side menu 2014-02-13 01:40:35 -06:00
Andy Joslin
61a280bda8 fix(sideMenuContent): make dragContent default to true 2014-02-11 16:22:55 -05:00
Andy Joslin
5d2f24cf59 chore(): make test files use ionic.bundle.js 2014-02-10 13:49:02 -05:00
Adam Bradley
fb4dafd606 update for nav-view testing 2014-01-24 17:21:37 -06:00