29 Commits

Author SHA1 Message Date
caca8ef864 feature(menu): add menuToggle directive 2018-01-09 15:49:48 -06:00
135d6b6e78 refactor(value-accessors): add searchbar 2018-01-09 15:09:36 -06:00
a0121dd3bc refactor(delegate): don't wrap in ion-page 2018-01-09 13:22:24 -06:00
a15f9dfdc6 refactor(): add menu-controller, make updates to modal and nav controllers 2018-01-09 00:07:03 -06:00
61713ffba5 fix(modal-controller): fix order of params 2018-01-08 13:38:46 -06:00
adf65fbf0d refactor(modal): add dismiss api 2018-01-08 13:29:10 -06:00
e64944d6de refactor(framework-delegate): wrap user element with ion-page for modal and nav 2018-01-04 13:04:19 -06:00
3604adf841 refactor(angular): optionally wrap the user's template in 2018-01-04 13:04:19 -06:00
b54ff41501 refactor(angular): change how angular mounts a component, use the angular selector if possible 2018-01-04 13:04:19 -06:00
c3598ab69a fix(di): fix ionic/angular di bug 2017-12-22 23:58:14 -06:00
6995af6027 feature(nav-params): add navs params injectable 2017-12-22 23:24:38 -06:00
a0688886d9 feature(events): add events api to angular package 2017-12-22 14:53:35 -06:00
1ba73a5f29 refactor(popover): get popover working with dom, react, angular components 2017-12-14 16:22:40 -06:00
ec33d4e725 refactor(modal): use framework delegate for mounting the user's component 2017-12-14 15:13:47 -06:00
c30337bf8c refactor(navigation): get rid of ion-nav-controller, get nav working correctly in DOM, angular, react 2017-12-14 15:13:47 -06:00
903a12dc39 feat(numeric-input): create number input control value accessor 2017-12-11 13:10:16 -06:00
14a67e1ff5 refactor(navigation): make the framework delegate more generic 2017-12-07 14:50:01 -06:00
9469e09bb9 fix(value accessors): remove unsed imports 2017-12-07 10:48:21 -06:00
cefbee9ea2 feature(angular): action-sheet, alert, loading, toast 2017-12-06 11:48:24 -06:00
d5d05c67c7 feat(module): add a forRoot to the @ionic/angular module 2017-12-05 20:46:16 -06:00
ba5382e0b7 refactor(value-accessors): remove the ion prefix 2017-12-05 18:19:55 -06:00
5641424db3 feat(value-accessors): move the value accessors into @ionic/angular 2017-12-05 15:03:18 -06:00
e23f3b556e refactor(angular): update alert provider to support angular 3.x api 2017-11-27 15:35:53 -06:00
b634ffcff3 refactor(angular): update angular specific nav stuff to only use interfaces from @ionic/core 2017-11-22 15:44:05 -06:00
934519f869 chore(angular): revert to original implementation 2017-11-22 10:03:19 -06:00
5ffb31f49a chore(angular): reverting changes to angular module, cannot figure out why app won't work if it's imported 2017-11-22 00:49:05 -06:00
f96fd86613 fix(angular): add injectable decorator to fix injectable issues 2017-11-22 00:31:22 -06:00
63d5c9bac0 chore(build): get package build process in place 2017-11-21 14:19:09 -06:00
f269766068 chore(angular/providers): making progress on angular providers, fix merge issues
* chore(input): remove interface .d.ts file, move to .ts file

* refactor(angular): start working on providers, etc

* chore(angular/dependencies): update deps for angular demo
2017-11-21 11:58:57 -06:00