Commit Graph

10 Commits

Author SHA1 Message Date
Andy Joslin
68ddbdb439 docs(ionSlideView): add configurable model 2014-03-10 21:16:09 -06:00
Andy Joslin
d7f3493079 docs(ionicBar): fix grammar 2014-03-10 21:16:08 -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
Max Lynch
3fb3fab11c Merge branch 'pr/400' - fixes #397 2014-01-13 12:22:05 -06:00
Max Lynch
86d6889628 Fixed #380 - rename ionic services to use $ionic prefix 2014-01-13 10:46:41 -06:00
Max Lynch
c9bc2e2eea Fixed #360 - dynamic slidebox sizing 2014-01-10 12:50:56 -06:00
Max Lynch
aa4053b365 Fixed bad test 2013-12-18 12:23:36 -06:00
Max Lynch
89a3b7538d Fixing up some tests 2013-12-16 18:21:41 -06:00
Max Lynch
bba27bd407 Missing scope bind for slide box test 2013-12-08 17:04:59 -06:00
Max Lynch
cdd5d06b6c Slight adjustment for #290 - slide box slide index 2013-12-08 17:01:54 -06:00