15 Commits

Author SHA1 Message Date
4c8ee956b7 fix(loading): include cssClass in the Loading options
added to test as well

fixes #6365
2016-04-29 15:52:17 -04:00
45e37ceb29 test(e2e): update all e2e tests to use a local path to ionic
this lets type errors to show up during development

closes #6366
2016-04-29 15:34:56 -04:00
25a43410ad docs(loading): add some docs on the onDismiss function 2016-04-21 13:46:42 -04:00
87b0f9dc5f docs(loading): update API docs for loading 2016-04-12 16:39:11 -04:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
4e8ecae83c chore: add ChangeDetectionStrategy.OnPush strategy
Close #5885
2016-04-10 00:28:50 -05:00
41a6524855 test(loading): add e2e test for loading in tabs and remove animation for basic e2e
references #5426
2016-04-05 11:24:05 -04:00
5d587b0418 docs: remove delay from docs for now from loading 2016-04-05 10:45:52 -04:00
d3fa29fe95 feat(loading): add internal stack for the loading service
this allows the user to push multiple loading indicators on top of each
other without interfering with the page stack, as well as navigation
between pages behind the loading indicator.

references #5426
2016-04-04 23:38:58 -04:00
f096cf656f docs(demos): update loading indicator demo and e2e
references #5426
2016-04-04 23:25:42 -04:00
53bebc74ea test(loading): add another page for navigation 2016-04-01 15:05:40 -04:00
128a8342e1 test(loading): add another page to the loading test 2016-04-01 14:00:36 -04:00
d21a682bad docs(loading): remove the enableBackdropDismiss and update demo
references #5426
2016-04-01 13:37:47 -04:00
dae37e7d9c feat(loading): add ability to hide spinner in the config or options
tweak css to add a max width to the loading indicator

references #5426
2016-04-01 13:13:43 -04:00
a485cd00ed feat(loading): add loading indicator component and styles
this is the initial commit - still needs work

references #5426
2016-03-28 17:35:49 -04:00