tmaximini / generator-ionic-gulp

A Yeoman generator for fast hybrid app development that stays out of your way
134 stars 36 forks source link

Unable to use ngMaterial #45

Open an-sandeepmallah opened 7 years ago

an-sandeepmallah commented 7 years ago
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'])