Commit Graph

18 Commits

Author SHA1 Message Date
Adam Bradley
ed9f7e59fa side menu nav test updates 2014-03-19 14:37:19 -05:00
Adam Bradley
f744d9ebcf feat(navclear): Ability to disable the next view transition and back button 2014-03-18 21:51:32 -05:00
Adam Bradley
ad86651531 created menuClose and navClear directives 2014-03-18 21:44:59 -05:00
Andy Joslin
cd5131c107 tests(): move has-* to classes for ion-content elements 2014-03-18 15:36:13 -06:00
Adam Bradley
85b69fd2c4 sideMenu menuNav directive to stop next view animation and close side-menu 2014-03-17 23:06:46 -05:00
Andy Joslin
cc0a4ef775 test(sideMenu2): update test to reflect changes 2014-03-17 07:48:56 -06:00
Max Lynch
91090b4849 Updated side menu example 2014-03-14 11:03:08 -05:00
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