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