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
39ad3e0b26
fix(scrollView): allow contenteditable element to be pressed normally
...
Closes #421
2014-02-17 12:12:59 -05:00
Adam Bradley
8b308a1737
feat(event): Created stopEvent directive to use for certain ng-click cases, closes #550
2014-02-12 23:06:36 -06:00
Andy Joslin
9327ac71c7
fix(android): when keyboard comes up, ensure input is in view
...
This requires us to set fullscreen="false" in our cordova apps.
Uses the resize event to determine when the keyboard has been shown,
then broadcasts an event from the activeElement: 'scrollChildIntoView',
which is caught by the nearest parent scrollView. The scrollView will
then see if that element is within the new device's height (since the
keyboard resizes the screen), and if not scroll it into view.
Additionally, when the keyboard resizes the screen we add a
`.hide-footer` class to the body, which will hide tabbars and footer
bars while the keyboard is opened.
For now, this is android only.
Closes #314 .
2014-02-12 09:45:35 -05:00
Adam Bradley
c27427f336
fix active class for list items and complex items, closes #498
2014-02-11 17:14:13 -06:00
Andy Joslin
5d2f24cf59
chore(): make test files use ionic.bundle.js
2014-02-10 13:49:02 -05:00
Adam Bradley
a8729fb17a
Remove angular-touch.js and angular-route.js references
2014-01-24 21:33:28 -06:00
Max Lynch
c949532cfd
Fixed #424 - missing onReorder
2014-01-16 11:19:11 -07:00
Max Lynch
5f341635da
Support for scrolling to the bottom
2014-01-16 11:10:17 -07:00
Adam Bradley
cfdefd452e
update w/ ui-router
2014-01-07 19:50:39 -06:00
Max Lynch
6e62d3789a
Merge pull request #329 from driftyco/328-slide-box
...
Revamped slide box
2013-12-16 16:24:23 -08:00
Adam Bradley
b9b842eaf9
option buttons use onTap instead of onClick
2013-12-16 10:38:56 -06:00
Max Lynch
196e015015
More slide stuff working
2013-12-16 09:52:03 -06:00
Adam Bradley
48a58d9278
removed link-item and onSelect
2013-12-13 09:52:10 -06:00
Adam Bradley
051490155c
list updates
2013-12-12 20:33:37 -06:00
Adam Bradley
d9eb0440e6
list updates
2013-12-12 20:24:59 -06:00
Adam Bradley
9b2f69fd60
list updates
2013-12-12 10:46:04 -06:00
Max Lynch
0046ea2b78
Fixed on-select for list items
2013-12-09 17:17:16 -06:00
Max Lynch
d514eaa323
Fixing some old tests
2013-12-03 11:10:46 -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
262a4cc9a8
Fixed #113 - scroll bouncing regardless of window size, fixes pull to refresh
2013-11-11 16:54:01 -06:00
Max Lynch
2ffb925a97
Add list item type to directive
2013-11-11 16:09:46 -06:00
Max Lynch
afba3f1deb
Removed listViewScroll, renmaed to new listView.js
2013-11-07 11:23:00 -06:00
Max Lynch
2798630b39
Scroll stuff
2013-11-06 13:01:06 -06:00
Max Lynch
b3445155aa
Slight tweak for item editing
2013-11-06 09:55:16 -06:00
Max Lynch
781fb241a1
Working on nav controller transitions, fixed #66
2013-11-05 20:49:18 -06:00
Max Lynch
11e0e478d1
List item updates
2013-11-04 21:24:28 -06:00
Max Lynch
aad3bb92b5
A whole lotta shit
2013-10-21 10:44:35 -05:00
Max Lynch
8d33d38c31
Hacky list refresher angular
2013-10-16 11:24:57 -05:00
Max Lynch
3ae53811a6
Basic pull to refresh shell
2013-10-16 11:22:01 -05:00
Max Lynch
1839797a24
Fixed dragging list items
2013-10-11 16:50:14 -05:00
Max Lynch
5f34979f4b
Some list editing improvements
2013-10-11 16:35:00 -05:00
Max Lynch
cc40017b1a
List syncing
2013-10-11 14:26:16 -05:00
Max Lynch
82ba734a73
Delete item works
2013-10-10 16:29:35 -05:00
Max Lynch
5d165a8310
Ionicons in toderp
2013-10-09 22:32:23 -05:00
Max Lynch
b8bb9b7e4a
IONICONS
2013-10-09 22:23:07 -05:00
Max Lynch
e1bfd2550e
Removed item testing thing
2013-10-09 21:08:12 -05:00
Max Lynch
a3c3c78470
List demo with animations!
2013-10-09 21:00:06 -05:00
Max Lynch
b53c707961
Button type and text
2013-10-09 20:14:29 -05:00
Max Lynch
595fc67e49
List items with or without binding
2013-10-09 20:07:39 -05:00
Max Lynch
ec889daf06
List updates and directives with it!
2013-10-09 19:33:52 -05:00