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

})();