小编Gar*_*ima的帖子

ngImgCrop依赖注入在AngularJs中无法正常工作

我在角度使用ng-img-crop.在通过"bower install --save ngImgCrop"安装它并在我通过grunt命令运行它时注入依赖项后,我收到一个错误:

Uncaught Error: [$injector:modulerr] Failed to instantiate module mean due to:
Error: [$injector:modulerr] Failed to instantiate module ngImgCrop due to:
Error: [$injector:nomod] Module 'ngImgCrop' 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.
Run Code Online (Sandbox Code Playgroud)

我按照https://www.npmjs.com/package/ng-img-crop中提到的步骤进行 了操作,代码如下:

home.client.view.html:

<script src="public\lib\ngImgCrop\source\js\ng-img-crop.js"></script>
<link rel="stylesheet" type="text/css" href="public\lib\ngImgCrop\source\scss\ng-img-crop.css"> 
<style>
.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:500px;
  height:350px;
} …
Run Code Online (Sandbox Code Playgroud)

image crop angularjs

3
推荐指数
1
解决办法
2112
查看次数

标签 统计

angularjs ×1

crop ×1

image ×1