You have defined variable 'app' in the index.html page, but you are trying to call it from the login.controller.js file, which is not possible
It's better to move it to a parent Component.js, see also the Application Best Practices doc
You have defined variable 'app' in the index.html page, but you are trying to call it from the login.controller.js file, which is not possible
It's better to move it to a parent Component.js, see also the Application Best Practices doc