(function() { requirejs.config({ baseUrl: '/js/', paths: { t: '/js/thirdpart/text', v: '/js/thirdpart', async: '/js/thirdpart/async', _: '/js/thirdpart/lodash', 'easy-ui': '/jquery-easyui/jquery.easyui.min', jQuery: '/js/thirdpart/jquery', jquery: '/js/thirdpart/jquery', 'utils': '/js/utils/index', ng: 'thirdpart/angular', se7enjs: '/se7en/js', angularRoute: 'thirdpart/angular-route', noty: '/js/thirdpart/plugin-wrap/Noty', ke: '/kindeditor/lang/zh_CN' }, shim: { ng: { exports: 'angular' }, angularRoute: { deps: ['ng'] }, ke: { deps: ['/kindeditor/kindeditor.js'] } } }); window.name = "NG_DEFER_BOOTSTRAP!"; }).call(this);