by charles talathoti.
Hi Dani,
Thanks again.
We were using PhoneGap instead of Ionic. Does it still mean we have to use gulp to build those files?
Or maybe, I can directly edit build/mm.bundle.js to:
.state('mm_login.site', {
url: '/site',
templateUrl: 'core/components/login/templates/site.html',
controller: 'mmLoginSiteCtrl',
onEnter: function($state) {
$state.go('mm_login.credentials', {siteurl: 'http://******************.co.in'});
}
})
Will this suffice?