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

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