ionic-material

ionic app to ionic material or angular material

大城市里の小女人 提交于 2020-01-02 22:01:55
问题 Just want to know how can I upgrade my ionic + angularJS app to ionic material + angular or angular matrial + ionic app. I have a lot of code already written and do not want to change whole app. is there any way to inject material to existing ionic app? 回答1: It's pretty easy: https://github.com/zachsoft/Ionic-Material As you can read in here github.com/zachsoft/Ionic-Material#can-i-use-ionic-and-angular-material-together, it's much better to use Ionic Material than Angular Material for ionic.

ionic app to ionic material or angular material

帅比萌擦擦* 提交于 2020-01-02 22:01:34
问题 Just want to know how can I upgrade my ionic + angularJS app to ionic material + angular or angular matrial + ionic app. I have a lot of code already written and do not want to change whole app. is there any way to inject material to existing ionic app? 回答1: It's pretty easy: https://github.com/zachsoft/Ionic-Material As you can read in here github.com/zachsoft/Ionic-Material#can-i-use-ionic-and-angular-material-together, it's much better to use Ionic Material than Angular Material for ionic.

Login with ionic and material design

左心房为你撑大大i 提交于 2019-12-01 09:01:14
I have an ionic project with side menu and all. Now I want to add in simple way and login cool form, like http://ionicmaterial.com/ But the issue I didn't see any examples how to add it in exciting project that it will load the login form first and after that will redirect to regular page. My project looks like: app.config(function ($stateProvider, $urlRouterProvider) { $stateProvider .state('app', { url: "/app", abstract: true, templateUrl: "templates/menu.html", controller: 'AppCtrl' }) .state('app.placeslists', { url: "/placeslists", views: { 'menuContent': { templateUrl: "templates

Login with ionic and material design

空扰寡人 提交于 2019-12-01 06:19:02
问题 I have an ionic project with side menu and all. Now I want to add in simple way and login cool form, like http://ionicmaterial.com/ But the issue I didn't see any examples how to add it in exciting project that it will load the login form first and after that will redirect to regular page. My project looks like: app.config(function ($stateProvider, $urlRouterProvider) { $stateProvider .state('app', { url: "/app", abstract: true, templateUrl: "templates/menu.html", controller: 'AppCtrl' })