You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Error: [$injector:modulerr] Failed to instantiate module testApp due to:
Error: [$injector:modulerr] Failed to instantiate module ngMaterial due to:
Error: [$injector:nomod] Module 'ngMaterial' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
My Angular module :
angular.module('testApp', ['ionic', 'ngCordova', 'ngResource', 'ngMaterial', 'ngAnimate', 'ngAria', 'ngSanitize'])
The text was updated successfully, but these errors were encountered: