service.module.js 177 字节
Newer Older
Y
Your Name 已提交
1 2 3 4 5 6 7 8
(function() {
    'use strict';
    /*
     * author:广州银云信息科技有限公司
     * 服务模块定义js
     */
    angular.module('eolinker.service', [])
})();