首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Angularjs中未加载Webix 4.3模块

Angularjs中未加载Webix 4.3模块
EN

Stack Overflow用户
提问于 2017-06-08 16:37:42
回答 0查看 214关注 0票数 1

我对新的Webix 4.3版本有一个问题:

代码语言:javascript
复制
angular.js:66 Uncaught Error: [$injector:modulerr] Failed to instantiate 
module monitorApp due to:
Error: [$injector:modulerr] Failed to instantiate module webix due to:
Error: [$injector:nomod] Module 'webix' is not available! You either 
misspelled the module name or forgot to load it. If registering a module 
ensure that you specify the dependencies as the second argument.

我在从4.2更新版本时遇到这个错误,下面是我如何注入模块:

代码语言:javascript
复制
var app=angular.module("monitorApp", ['webix', 'ngRoute','ui.router']);

html:

代码语言:javascript
复制
<!--Includes-->
<script src="Scripts/angular.js"></script>
<script src="Scripts/webix.js"></script>

你知道它是怎么回事吗?

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44430671

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档