I am struggling with how to develop a standalone login page for the BlurAdmin template found on GitHub.
The main structure of the template is based on index.html, which includes header, footer, sidebar, and loads pages as templates using ui-view. However, I would like to create a separate login page that is not dependent on index.html. Is it possible to achieve this by using a different ngApp? I have searched extensively but all my attempts result in the login page being loaded as a template within ui-view.