github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/controller/static/app/help/help.module.js (about) 1 (function(){ 2 'use strict'; 3 4 angular 5 .module('shipyard.help', [ 6 'ui.router' 7 ]); 8 9 })();