1
2
3
4
(function () {
    'use strict';
    angular.module('home.service', []);
})();