Andy Joslin
cd5131c107
tests(): move has-* to classes for ion-content elements
2014-03-18 15:36:13 -06:00
Max Lynch
e538fa77c9
Draggable slider working
2014-03-01 15:52:47 -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
2eab747d47
feat(toggle): Disable toggle w/ ng-disabled, closes #541
2014-02-06 15:57:25 -06:00
Andy Joslin
0fe4486737
feat(ionicToggle): allow ngDisabled binding
2014-02-06 08:48:12 -05:00
Adam Bradley
7ababad6d8
remove outdated directive tests
2014-01-24 21:33:57 -06:00
Max Lynch
734d03d1b9
Fixed #444 - support for disabling toggles
2014-01-20 17:57:51 -06:00
Adam Bradley
cfdefd452e
update w/ ui-router
2014-01-07 19:50:39 -06:00
Max Lynch
4646f5d459
Fixed #201 #215 #210
2013-11-25 14:26:34 -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
094af5fe2e
Toggle with unit test
2013-10-11 12:56:59 -05:00