Commit Graph

10 Commits

Author SHA1 Message Date
Andy Joslin
cd5131c107 tests(): move has-* to classes for ion-content elements 2014-03-18 15:36:13 -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
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
0be7095369 Fixed #289 - radio button click strangeness 2013-12-14 18:11:25 -06:00
Max Lynch
21702608e2 Stuff 2013-12-07 15:17:07 -06:00
Max Lynch
604342d1bb Fixed ngModel.$render for button radios 2013-12-05 16:32:30 -06:00
Max Lynch
29cb19a03e Radio button working 2013-12-05 14:58:03 -06:00
Max Lynch
ad12ddaa83 Initial work 2013-12-05 11:46:01 -06:00