Commit Graph

23 Commits

Author SHA1 Message Date
Adam Bradley
223d89624d style(): main angular references 2015-02-02 20:49:04 -06:00
Andrew
8d7c8903bb feat($ionicLoading): allow options.hideOnStateChange
Closes #2676
2014-12-05 12:39:55 -07:00
Drew Rygh
94c6b42b02 docs(loading): add missing documentation for passing scope
Closes #1982
2014-11-14 10:58:53 -06:00
ankri
22740ca443 Add the possibility to have a custom scope
This line adds the possibility to use a custom scope with $ionicLoading 

I found it useful to show the progress of the loading process.

Demo: http://codepen.io/anon/pen/Ltign
2014-10-09 14:51:10 +02:00
Perry Govier
34934f636e fix(loading): prevent loading service from disabling all future back button behavior. Fixes #2214 2014-10-07 14:19:20 -05:00
Perry Govier
cffe631866 fix(loading): subsequent calls use config defaults and not last call's options. Fixes #2066, #2088 2014-09-26 15:26:01 -05:00
Perry Govier
767ce6a3b4 fix(loading): prevent spinners in loading view from causing reflows when hidden. Closes #2013 2014-09-17 13:37:51 -05:00
Adam Bradley
2c3f1c9f02 feat($ionicBody): service to simplify body ele interaction
Many services/directives have to interact with the body element, and
each one has to write the same long code. The $ionicBody service
provides some useful methods to clean up and reduce redundant code.
2014-08-26 22:23:07 -05:00
Perry Govier
25ee658e8b amend(loading): simpler/more clean fix for #1914 2014-08-20 13:04:48 -05:00
Perry Govier
65aece2aad fix(loading): potential race condition with showing and hiding loading in same watch cycle 2014-08-19 15:07:10 -05:00
Andrew
26ca840dfc feat($ionicLoading): add $ionicLoadingConfig constant for default options
Closes #1800
2014-07-21 08:22:43 -06:00
Andrew
cb36869889 fix(loading): stop resize flicker when showing & changing text 2014-07-18 15:45:29 -06:00
Perry Govier
7630bd419f fix(loading): Prevent clicks on modal views when loading is active. Closes #1720 2014-07-03 16:16:21 -05:00
Andrew Joslin
75e30003a8 chore(): move demos out of source files 2014-05-27 11:21:08 -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
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
90e7395e62 fix($ionicLoading): do not flicker when showing long loading messages
Closes #1252
2014-05-14 10:48:43 -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
4216266f21 fix(loading): fix not hiding after two shows, always cancel delay
Fixes #1130
2014-04-14 13:39:48 -06:00
Andy Joslin
14a2790749 refactor(): reorganize source files 2014-04-14 10:47:27 -06:00