Max Lynch
d58c9560c0
Travis! Don't die on me!
2014-03-03 11:50:01 -06:00
Max Lynch
739292d519
Fixed click event for PhantomJS
2014-03-03 11:34:04 -06:00
Max Lynch
9ef52edb26
Added tests for toggle
2014-03-03 11:17:00 -06:00
Max Lynch
618bbcb084
Removed iit on unit test
2014-03-01 15:55:36 -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
456dc2b9f2
chore(build): more ci server automation
2014-02-04 22:33:42 -05:00
Adam Bradley
73cad15ed2
checkbox/radio/toggle updates
2014-01-21 16:51:25 -06:00
Max Lynch
577b52fa11
Real fix for #444 with passing test
2014-01-20 18:13:37 -06:00
Max Lynch
734d03d1b9
Fixed #444 - support for disabling toggles
2014-01-20 17:57:51 -06:00
Max Lynch
4646f5d459
Fixed #201 #215 #210
2013-11-25 14:26:34 -06:00
Max Lynch
599dd732d4
Updating tests, fixing some old toggle and tab stuff
2013-10-29 12:04:44 -05:00
Max Lynch
938d823a28
Toggle test remove iit
2013-10-15 11:58:43 -05:00
Max Lynch
094af5fe2e
Toggle with unit test
2013-10-11 12:56:59 -05:00