github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/controller/static/app/services/services.module.js (about)

     1  (function(){
     2  	'use strict';
     3  
     4  	angular
     5  		.module('shipyard.services', [
     6  		]);
     7  		
     8  })();
     9  
    10