Ionic is based on Angular. Angular has views and controllers. A view’s controller is supposed to execute each time the view is opened or navigated to. In Ionic, that doesn’t happen. Take for instance this setup: you’re building a social app that has a Login view. You’ve configured the routes such that the Home view […]