Suppose I have the following controller:
test.controller
App.controller('TestController', ['$scope', '$http', '$resource' , 'InitService', function($scope, $http, $resource, InitService) {
$scope.createProduct = function(product) {
Ini...
asked by
20.12.2016 / 16:43