【发布时间】:2016-02-10 15:34:55
【问题描述】:
我可以在没有依赖的情况下启动我的角度模块吗?
这是我的 angular.module
angular.module("app", [
'ngSanitize', 'ngAnimate', 'ui.router', 'ngMaterial',
'ngRoute', 'ngCookies', 'NgSwitchery',
'ngCkeditor', 'angularFileUpload',
]);
我不想使用,它们是 1 日必需的。加载。 'NgSwitchery'、'ngCkeditor'、'angularFileUpload'
谢谢。
【问题讨论】:
标签: javascript angularjs angularjs-module