问题标签 [angular-carousel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - Angular-ui Bootstrap 错误要求未定义
我正在实现 angular-ui 轮播。将 jspm 包添加到现有项目后,我在控制台中看到以下错误。
:3000/jspm_packages/bower/angular-ui/bootstrap@1.2.2/index.js:3 Uncaught ReferenceError: require is not defined$@system.js:4 system.js:4 Uncaught Uncaught ReferenceError: require is not defined 评估localhost:3000/jspm_packages/bower/angular-ui/bootstrap@1.2.2/index.js$ @ system.js:4 localhost/:1 Uncaught (in promise) Uncaught Uncaught ReferenceError: require is not defined Evaluating localhost:3000/ jspm_packages/bower/angular-ui/bootstrap@1.2.2/index.js 评估 localhost:3000/jspm_packages/bower/angular-ui/bootstrap@1.2.2.js 加载 localhost:3000/js/bootstrap.js 时出错
angularjs - 带有多个项目的角度旋转木马
我想使用 angular-carousel 库创建轮播。我想一次显示 3 张幻灯片,并且在滑动时应该只滑动一个项目。
javascript - Angular-carousel 并不总是在幻灯片更改时更新
我是 AngularJS 的新手,非常感谢您的建议。我有带图像的滑块:
在我的控制器中,我分配了$scope.slides
一些图像数组:
另外,我有一个更改幻灯片数组的函数:
我有两个问题:
colorClicked
1)它工作正常,但有时当我的函数触发时,当前显示在滑块上的图像并没有改变。
我想知道我应该以某种方式更新滑块或范围吗?我尝试$scope.$apply()
了我的功能,但没有帮助。
2)即使我将数组传递给幻灯片集合,我仍然在控制台中遇到错误:Error: the slides collection must be an Array
尽管我的滑块工作正常。
angularjs - 更改图像 Angular-UI 轮播
我创建了一个 Angular-UI Carousel,如https://angular-ui.github.io/bootstrap/#/carousel
但问题是我想将图像更改为系统中本地可用的图像。
那么,我该如何实现呢?
这是我的轮播代码的 HTML 部分。
这是控制器代码:
javascript - 角轮播不显示/不工作
当我使用 angular-carousel 指令时,内容没有显示:
javascript - angular-carousel 在 carousel 末端添加了额外的空幻灯片
我已经使用 ng-repeat 实现了一个带有 angular-carousel 包的滑块。它工作正常,但它在轮播的末端添加了一个额外的空白幻灯片。我在网上搜索,其他人也有类似的错误,因为他们的轮播末尾有一个额外的元素,但我的代码中没有类似的东西。当我在浏览器中检查 dom 时,我也看不到额外的元素。
我正在使用指令将轮播的高度设置为最高图像,但无论我是否使用指令,它都有同样的问题。一切都按我想要的方式工作,除了旋转木马末端的额外幻灯片。
我将在下面粘贴我的代码,如果您需要更多信息或说明,请告诉我。
提前感谢所有帮助!
模板如下所示:
sliderSlideDirective
看起来像这样:
控制器如下所示:
angularjs - 为什么添加 angular-carousel 会抛出 $injector:modulerr?
我尝试angular-carousel
在我的应用程序中添加,但出现此错误
ngMaterial
仅在使用轮播添加我的应用程序后,我才收到此错误。我正在使用 angularjs 的最新稳定版本 1.5.8。这是我到目前为止尝试过的代码,
我错了吗?有人可以帮帮我吗?
javascript - 第三方节点模块依赖项在 Angular js 中不起作用
我尝试将轮播包含在我的角度项目中,并通过添加所需的依赖npm install angular-jk-carousel --save
项并将其成功安装在 node_modules 文件夹中,
Src
https://github.com/juank11memphis/angular-jk-carousel
并添加jkAngularCarousel
为模块的依赖项,并将脚本和css文件包含在索引中,但它不起作用,
如何使用 node 模块依赖包含来正常工作?
app.module.js
包.json
索引.html
安慰