Cihan Necat KAVİ
4136db00a1
fix(ionItem): Pass target attributes on <ion-item> tags on to the actual <a> tag. Closes #1492
2014-05-28 16:42:04 -05:00
Andrew Joslin
75e30003a8
chore(): move demos out of source files
2014-05-27 11:21:08 -06:00
Misha Moroshko
3e8287156d
docs(modal): fix templateUrl
...
Closes #1478
2014-05-23 05:54:02 -06:00
Max Lynch
003659b65e
fix(modal): error message for modal show after remove
2014-05-22 14:02:03 -05:00
Andrew Joslin
c340951b48
demo($ionicActionSheet): add demo
2014-05-22 11:41:28 -06:00
Andrew Joslin
dcebf9be02
demos(): add demos for sideMenu and popup
2014-05-22 11:22:32 -06:00
Max Lynch
bfce8e2769
fix(loading): backdrop higher z-index
2014-05-22 10:59:47 -05:00
Max Lynch
4c700e9c0f
fix(backdrop): Changed z-index for loading backdrop only. Fixes #1428
2014-05-22 10:43:52 -05:00
Andrew Joslin
94f0b5b705
fix(collectionRepeat): fix rare NPE error on android 4.1
...
Closes #1292
2014-05-21 07:44:21 -06:00
Andrew Joslin
74e002d8e3
demo($ionicLoading): add basic demo
2014-05-20 10:56:22 -06:00
mrzmyr
c3470ef529
docs($ionicLoading): add default values
...
Closes #1431
2014-05-19 06:22:28 -06:00
mrzmyr
830ec44753
docs(): add default values
2014-05-19 05:56:27 -06:00
Andrew Joslin
55e910d2e9
chore(demos): start ionic-demo page
2014-05-16 15:05:13 -06:00
Andrew Joslin
fece132622
style(animations): fix jshint errors
2014-05-14 11:15:18 -06:00
Andrew Joslin
90e7395e62
fix($ionicLoading): do not flicker when showing long loading messages
...
Closes #1252
2014-05-14 10:48:43 -06:00
Felquis Gimenes
67ea34ae1d
docs($ionicModal): clearly note that .modal wrapper is required
...
Closes #1384 .
Just to avoid mistakes/questions like this http://forum.ionicframework.com/t/ionic-modal-not-animating/4196
2014-05-14 09:01:27 -06:00
Pavel Strashkin
e0c7979aa5
feat ($ionicActionSheet): pass button object to buttonClicked
...
Closes #1369 .
Right now `buttonClicked` accepts only the index of the pressed button that means you have to work with indices to decide which one it is. In case you move buttons around to get better UX, you'd have to be very careful with those indices. It's easier to add `id` property to buttons and simply check for it. Index-agnostic solution is more maintainable and leads to less changes to the code when the buttons order is being changed.
2014-05-13 10:57:13 -06:00
Max Lynch
73d2eabc69
feat(animation): Javascript Animation Service
2014-05-12 13:07:58 -05:00
Max Lynch
da00f72ca3
Shouldn't have been in there
2014-05-12 13:06:42 -05:00
Maks Rafalko
3fede13c94
docs($ionicSlideBox): fix typo
2014-05-12 08:40:31 -06:00
Andrew Joslin
291d723ab1
feat($ionicModal): allow configuration of backdropClickToClose
...
Addresses #1087
2014-05-12 08:24:19 -06:00
sanderheling
7494b0525e
docs($ionicModal): add docs for modal.removed and modal.hide
...
Closes #1320
2014-05-09 08:49:30 -06:00
Adam Bradley
57d66b2a2d
style(jshint): jshint
2014-05-08 08:19:14 -05:00
Andrew Joslin
b785955348
chore(): factor out some angular functions to variables
2014-05-07 14:54:51 -06:00
Andy Joslin
101035593f
feat(sideMenu): make android back button close side menu
...
Closes #1264
2014-05-06 10:44:26 -06:00
Andy Joslin
fc8711c7d0
feat($ionicLoading): on android, no back button action while loading
...
Fixes #1273
2014-05-05 12:15:32 -06:00
Andy Joslin
74891acaf4
test(collectionRepeatManager): finish testing .render()
2014-05-05 09:19:21 -06:00
Adam Bradley
d2ebed847e
fix(modal): Remove modal flicker, closes #1150
2014-05-02 11:49:16 -05:00
Max Lynch
2872cf603e
Support slowing animations (for debugging)
2014-05-02 07:56:44 -06:00
Max Lynch
0b47d80f90
Very rough early stuff
2014-05-02 07:56:44 -06:00
Max Lynch
dffb3bec46
Initial commit
2014-05-02 07:56:44 -06:00
Andy Joslin
5c3c65d17f
test($ionicModal): add better tests for backdrop click
2014-04-30 13:43:07 -06:00
Andy Joslin
5c3500743c
refactor($ionicModal): backdrop click-close only after animating in
2014-04-30 13:28:22 -06:00
Andy Joslin
e003bf18bc
feat($ionicSlideBoxDelegate): add enableSlide(true/false) method
...
Closes #1122
2014-04-30 09:38:24 -06:00
Andy Joslin
6c0c8350f2
fix($ionicModal): do not inherit has-header etc from parent scope
...
Closes #1191
2014-04-29 10:50:12 -06:00
Andy Joslin
3e5b39f201
feat($ionicActionSheet): allow html binding
...
Closes #1219
2014-04-29 10:35:35 -06:00
Andy Joslin
b87bcb30c3
feat($ionicPopup): on android, make back button close popup
...
Fixes #1222
2014-04-29 09:07:13 -06:00
Andy Joslin
46291d6846
chore: fix travis
2014-04-29 06:24:29 -06:00
Andy Joslin
431449f28e
collectionRepeat: only digest if available
2014-04-29 06:20:57 -06:00
Andy Joslin
faa1d0c33f
wip(collectionRepeat): only $digest scope of new items
...
Addresses #1157
2014-04-29 06:14:18 -06:00
Gregory Desfour
03067ed0eb
Documentation fix for the $ionicBackdrop service
...
Fix the documented name of the release method
2014-04-29 15:01:51 +12:00
Andy Joslin
742690c181
docs(collectionRepeat): add documentation
2014-04-28 10:58:15 -06:00
Andy Joslin
f0a1c03759
feat(collection-repeat): add repeat lsdirective for huge lists
2014-04-28 08:16:29 -06:00
Andy Joslin
38cda8f93b
test($collectionDataSource): add unit tests
2014-04-25 10:43:31 -06:00
Andy Joslin
b9fd76b35b
collectionRepeat: fixes
2014-04-24 08:56:25 -06:00
Andy Joslin
e5e5b911f7
collection-repeat: enable grid functionality
2014-04-24 07:32:31 -06:00
Andy Joslin
934158baf5
virtualScroll: non-full-featured version, to start testing
2014-04-23 17:52:51 -06:00
Andy Joslin
93aa16a78b
fix(ionicPopup): if input exists, focus it. else, focus first button
...
Closes #1176
2014-04-21 12:33:56 -06:00
Adam Bradley
83fd11c565
fix(modal): Increase delay of removing .modal-open to prevent focus under modals
2014-04-16 15:04:17 -05:00
Andy Joslin
8760de5bf7
refact(popup): remove deprecated message
2014-04-16 07:34:55 -06:00