I'm trying to use grunt for my app in angularjs.
I have my app.js file as follows:
(function(){
"use strict";
angular.module('starter',['starter.features.controllers', 'starter.services', 'starter.directives'])
.......
})();
in it...
asked by
01.05.2018 / 06:24