Closed atticoos closed 10 years ago
Fixes #4 where the template did not include the empty dependency array to instantiate a new module angular.module('modName', [])
angular.module('modName', [])
This should do it for you @sylouuu
Fixes #4 where the template did not include the empty dependency array to instantiate a new module
angular.module('modName', [])