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
matiboy
c4b66bc3d3
Make active slide optional
2014-01-13 11:12:41 +08:00
Max Lynch
c9bc2e2eea
Fixed #360 - dynamic slidebox sizing
2014-01-10 12:50:56 -06:00
matiboy
16c1ed5745
Add binding to active slide, setting on change and watch on scope
2014-01-09 19:18:35 +08:00
Adam Bradley
5f09e643d8
Merge pull request #354 from calendee/fixSlideBoxComments
...
Fix slide box comments
2014-01-03 14:04:45 -08:00
Justin Noel
cf8106a2a2
Fixed split word in description.
...
Signed-off-by: Justin Noel <github@calendee.com >
2013-12-29 22:31:00 -06:00
Justin Noel
ae0ab51d71
Corrected description comments for slide box.
...
Signed-off-by: Justin Noel <github@calendee.com >
2013-12-29 22:28:58 -06:00
Max Lynch
e1ae338b51
Fixed #288 , added carousel support to slide box
...
Also fixed evevt bubbling and incorrect iOS 7 detection in mobile safari
2013-12-18 12:21:52 -06:00
Max Lynch
3ca427501e
iOS 7 detection and removed console log
2013-12-17 11:53:51 -06:00
Max Lynch
89a3b7538d
Fixing up some tests
2013-12-16 18:21:41 -06:00
Max Lynch
b996e9a8c7
SEXY
2013-12-16 15:36:14 -06:00
Max Lynch
196e015015
More slide stuff working
2013-12-16 09:52:03 -06:00
Max Lynch
8d42f856da
Continuous
2013-12-15 21:26:14 -06:00
Max Lynch
b9ebcd86a4
Much better slide box
2013-12-15 21:14:35 -06:00
Max Lynch
8bd8193c89
Nicer paging scroll feel
2013-12-15 18:19:04 -06:00
Max Lynch
50a2b235e6
Initial move to slide box with scroll
2013-12-15 12:17:48 -06:00
Max Lynch
cdd5d06b6c
Slight adjustment for #290 - slide box slide index
2013-12-08 17:01:54 -06:00
Adam Bradley
3cfcfc01a4
jshint fixes
2013-12-07 15:05:56 -06:00
Max Lynch
214d255462
Slide box removed named controller
2013-11-29 16:03:58 -06:00
Mathieu Dutour
be9e60cf7b
Fix wrong icon in pager in SlideBox
2013-11-28 10:43:36 +01:00
Max Lynch
314156b3ca
Fixed #119 - slide box events
2013-11-15 21:54:47 -06:00
Max Lynch
d9478a4bae
Fixed #83
2013-11-06 20:45:31 -06:00
Max Lynch
aad3bb92b5
A whole lotta shit
2013-10-21 10:44:35 -05:00