a43386a405
test(e2e): menu/basic
2017-03-03 14:48:03 -06:00
552a88c73b
chore(module): set up preloading
2017-03-03 14:18:20 -05:00
3c4ed81845
test(e2e) loading/tabs
2017-03-03 12:00:55 -06:00
73b7a00771
test(icon): remove duplicate main.ts
2017-03-03 10:30:30 -06:00
19ec0caebb
style(lint): fix linter errors
2017-03-03 11:25:30 -05:00
719f6b194e
test(icon): refactor to modular structure
2017-03-03 11:13:14 -05:00
beabe32cf5
feat(util): system.js ng-module loader
...
system.js ng-module loader
2017-03-02 15:10:27 -06:00
1dede2305f
refactor(util): update mocks
...
update mocks
2017-03-02 15:09:43 -06:00
145fcd24f2
refactor(transitions): remove transition registry
...
remove transition registry
2017-03-02 15:09:17 -06:00
ca55907e46
refactor(tap-click): move to constants from enum
...
move to constants from enum
2017-03-02 15:08:07 -06:00
15eaad6044
refactor(platform): move to constants from enum, fix type definition
...
move to constants from enum, fix type definition
2017-03-02 15:07:34 -06:00
72c2b623e5
refactor(index): update import/exports for component refactors, add DeepLinkModule
...
update import/exports for component refactors, add DeepLinkModule
2017-03-02 15:06:44 -06:00
96657535f1
refactor(navigation): async component loading (aka lazy loading)
...
async component loading (aka lazy loading)
2017-03-02 15:05:35 -06:00
e40590d68c
refactor(gestures): move to constants from enum
...
move to constants from enum
2017-03-02 15:04:34 -06:00
56e36c0754
refactor(virtual-scroll): restructure virtual-scroll component to separate modules
...
restructure virtual-scroll component to separate modules
2017-03-02 15:03:44 -06:00
49723c3b81
refactor(toolbar): restructure toolbar component to separate modules
...
restructure toolbar component to separate modules
2017-03-02 15:03:13 -06:00
5364d00671
refactor(toggle): move to constants from enum
...
move to constants from enum
2017-03-02 15:02:43 -06:00
9f71fde276
refactor(toast): restructure toast component to separate modules
...
restructure toast component to separate modules
2017-03-02 15:02:07 -06:00
a26b054a3f
refactor(tabs): support async loading
...
support async loading
2017-03-02 15:01:42 -06:00
d5149313e6
refactor(show-hide-when): restructure show-when, hide-when component to separate modules
...
restructure show-when, hide-when component to separate modules
2017-03-02 15:01:02 -06:00
2ef6d0ca75
refactor(select): pass config to overlay
...
pass config to overlay
2017-03-02 15:00:16 -06:00
7880d44c07
refactor(refresher): move to constants from enum
...
move to constants from enum
2017-03-02 14:59:26 -06:00
ed2e76b607
refactor(segment): restructure segment component to separate modules
...
restructure segment component to separate modules
2017-03-02 14:58:45 -06:00
07ffddca9a
refactor(range): move to constants from enum
...
move to constants from enum
2017-03-02 14:58:09 -06:00
51f4c19d77
refactor(popover): restructure popover component to separate modules
...
restructure popover component to separate modules
2017-03-02 14:57:09 -06:00
1786f1b897
refactor(picker): restructure picker component to separate modules
...
restructure picker component to separate modules
2017-03-02 14:56:39 -06:00
e001967fa8
refactor(navbar): restructure navbar component to use separate toolbar module
...
restructure navbar component to use separate toolbar module
2017-03-02 14:56:07 -06:00
68f3c6c0c8
refactor(nav): restructure nav component to separate modules, support async component loading
...
restructure nav component to separate modules, support async component loading
2017-03-02 14:55:10 -06:00
d896682799
refactor(modal): restructure modal component to separate modules
...
restructure modal component to separate modules
2017-03-02 14:53:49 -06:00
7ad8d47aea
refactor(menu): move from enum to constants
...
move from enum to constants
2017-03-02 14:53:10 -06:00
5b299a000f
refactor(loading): restructure loading component to separate modules
...
restructure loading component to separate modules
2017-03-02 14:52:28 -06:00
b0986f5d6d
refactor(item): restructure item component to separate modules
...
restructure item component to separate modules
2017-03-02 14:50:52 -06:00
ece5047b6c
refactor(input): restructure input component to separate modules
...
restructure input component to separate modules
2017-03-02 14:50:07 -06:00
a7ce20f990
refactor(fab): restructure fab component to separate modules
...
restructure fab component to separate modules
2017-03-02 14:48:16 -06:00
caf2f55a77
refactor(datetime): move datetime controller to separate module
...
move datetime controller to separate module
2017-03-02 14:47:17 -06:00
4495663cea
refactor(content): refactor content to remove hard reference to tabs
...
refactor content to remove hard reference to tabs
2017-03-02 14:45:50 -06:00
5c61cb23ac
refactor(card): restructure card component to separate modules
...
restructure card component to separate modules
2017-03-02 14:44:31 -06:00
6d787553a3
refactor(app): restructure app component to separate modules, move from enum to constants
...
restructure app component to separate modules, move from enum to constants
2017-03-02 14:43:46 -06:00
702330478c
refactor(alert): restructure alert, move controller to separate module
...
restructure alert, move controller to separate module
2017-03-02 14:40:09 -06:00
42a0c7fa61
refactor(action-sheet): restructure action-sheet, move controller to separate module
...
restructure action-sheet, move controller to separate module
2017-03-02 14:39:19 -06:00
be79382386
test(e2e): refactor e2e tests to modular structure and utilize lazy loading where possible
...
refactor e2e tests to modular structure and utilize lazy loading where possible
2017-03-02 14:37:01 -06:00
fdd50ba47c
refactor(navcontroller): clean up and algorithm documented
2017-02-28 17:53:49 +01:00
738515879b
fix(tabs): popToRoot catches the rejected promise
2017-02-28 17:50:42 +01:00
8d9f374065
fix(all): memory leaks
...
fixes #10459
fixes #10416
fixes #10286
2017-02-28 17:50:42 +01:00
be0b6a8872
refactor(all): cosmetic changes + app.resize as event emitter
2017-02-28 17:34:12 +01:00
f577e54f38
feat(alert): add ability to set the mode on alert
2017-02-27 18:05:54 -05:00
6797ce536d
test(icon): adding main.ts entry point
2017-02-27 15:51:37 -06:00
7b97fb7487
fix(infinite-scroll): use icon color from Sass var and add var for text color
...
fixes #10574
2017-02-27 16:44:34 -05:00
116ae38ade
fix(refresher): use refresher icon color from Sass var
...
fixes #10479
2017-02-27 16:44:25 -05:00
176aa2303f
fix(radio): calculate radio-inner width/height with border width ( #10495 )
...
* Fix incorrect .radio-inner width/height calculation
* Add additional fix to the .radio-inner width/height calculation of the android radio button icon
2017-02-27 15:25:05 -05:00