Andy Joslin
e9625ded9d
docs: add services, utilities
2014-03-11 13:02:36 -06:00
Andy Joslin
f9766fcf16
docs(): Add docs for ionicViewState, polish other docs
2014-03-10 21:16:09 -06:00
Andy Joslin
0fe18d084e
docs(ionCheckbox): write documentation
2014-03-10 12:06:11 -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
ac7a061ca3
tap detection updates
2014-01-28 11:10:05 -06:00
Max Lynch
203809397e
Fixed 2-way optional for radio/toggle/checkbox
2014-01-23 17:27:41 -06:00
Adam Bradley
73cad15ed2
checkbox/radio/toggle updates
2014-01-21 16:51:25 -06:00
Max Lynch
0be7095369
Fixed #289 - radio button click strangeness
2013-12-14 18:11:25 -06:00
Max Lynch
e41d39c0f6
Merge branch '272-checkboxes'
2013-12-07 18:01:37 -06:00
Max Lynch
1826f455c5
Fixed #272
2013-12-07 18:00:42 -06:00
Max Lynch
21702608e2
Stuff
2013-12-07 15:17:07 -06:00
Adam Bradley
3cfcfc01a4
jshint fixes
2013-12-07 15:05:56 -06:00
Max Lynch
604342d1bb
Fixed ngModel.$render for button radios
2013-12-05 16:32:30 -06:00
Max Lynch
4e75b1b591
yay
2013-12-05 12:48:20 -06:00
Max Lynch
ad12ddaa83
Initial work
2013-12-05 11:46:01 -06:00
Ulrich Sossou
5410f6993e
ionicRadio directive cleanup
2013-11-23 13:51:29 +01:00
Max Lynch
37be253f60
Poly stuff working better
2013-11-14 21:29:02 -06:00
Max Lynch
df1d9c4d75
Fixed #138 - radio and checkbox tap/click
2013-11-14 20:19:57 -06:00
Max Lynch
d1e6f2e3ec
Added support for radio button directive. Fixes #97
2013-11-12 00:40:09 -06:00