If a user has disabled JavaScript in their browser, I want to display an error message indicating that my AngularJS WebApp cannot be viewed.
My initial approach is to display this error message by default and replace it with my Angular start page once JavaScript is enabled in the browser.
My questions are: Is there a more effective idea for handling this issue? Is there a standard method for dealing with deactivated JavaScript in AngularJS applications?