(function(){ 'use strict'; angular.module('acufuel') .service('NewCompanyService', ['$q', '$http', 'BE', NewCompanyService]); function NewCompanyService($q, $http, BE) { var temp = {}; } })();