Morning all,
I've started a new project based on the Ionic Side Menu starter app. How do I get the login form modal to appear on load rather than on menu click?
Many thanks
Add:
$scope.modal.show();
Somewhere in your controller, after the $scope.modal
value has been defined.