Questions tagged [angular-carousel]

An AngularJS carousel implementation optimised for mobile devices.

An AngularJS carousel implementation optimised for mobile devices.

https://github.com/revolunet/angular-carousel

23 questions
3
votes
0 answers

Angular-ui Bootstrap Error require is not defined

I am implementing the angular-ui carousel. After adding jspm packages to existing project I see following error in my console. :3000/jspm_packages/bower/angular-ui/bootstrap@1.2.2/index.js:3 Uncaught ReferenceError: require is not defined$ @…
Numero
  • 31
  • 2
3
votes
1 answer

angular-carousel doesn't work

I'm trying to implement carousel by using angular-carousel plugin and nothing works, just empty screen. This is my html code:
Anatoly
  • 5,056
  • 9
  • 62
  • 136
3
votes
1 answer

Angular carousel doesn't work

Content of bower.json file: { "name": "blue", "version": "0.0.0", "dependencies": { "angular": "1.3.1", "json3": "~3.3.1", "es5-shim": "~3.1.0", "bootstrap-sass-official": "~3.2.0", "angular-sanitize": "1.3.1", …
Oleg Belousov
  • 9,981
  • 14
  • 72
  • 127
2
votes
0 answers

angular-carousel ng-click not firing

I have an ng-click action that I want to fire when a user clicks on an item in the angular-carousel. I have tried several different approaches and so far no luck. Also I was able to switch states using but I…
Sean Malter
  • 337
  • 3
  • 14
2
votes
1 answer

angular carousel indicator not working

I am using angular-carousel to display set of images in a carousel. The carousel is working fine except the indicator.The indicator are not getting displayed. Following is the code for carouse.
2
votes
1 answer

Angular Carousel in Cordova Just Not Working

I'm trying to make a little slideshow on this app I'm working on. It is built in Cordova with Angular for iOS. Here is the relevant code. $scope.images = [{src: 'img/gcPreview0.png'}, {src: 'img/gcPreview1.png'}, {src: 'img/gcPreview2.png'}, {src:…
GeneralBear
  • 1,011
  • 3
  • 11
  • 35
1
vote
1 answer

angular-carousel adds extra empty slide at end of carousel

I have implemented a slider with the angular-carousel package using ng-repeat. It works correctly, but it adds an extra blank slide at the end of the carousel. I searched online and other people had a similar error, because of an extra element at…
CascadiaJS
  • 2,320
  • 2
  • 26
  • 46
1
vote
1 answer

Angular-carousel is not showing / not working

When I use the angular-carousel directives, the content is not showing:
1
vote
1 answer

Change Image Angular-UI Carousel

I have created an Angular-UI Carousel as given in https://angular-ui.github.io/bootstrap/#/carousel But the thing is I want to change the image to the images I have locally available in my system. So, how can I achieve this? This is the HTML part…
1
vote
1 answer

Angular-Carousel Module fails to load

I´m trying to implement the image gallery "angular-carousel" on my site. But Angular throws an error, when loading carousel: Uncaught Error: [$injector:modulerr]…
Wandkleister
  • 189
  • 1
  • 3
  • 13
1
vote
2 answers

Changing Angular Carousel Position with Directive->controller change not working

I am trying to create some event triggers to change the position of an Angular Carousel (Github repo). See the plunker for a working version The expected behavior is that you click the text that says "Go to position: 0" and the Carousel will change…
Union find
  • 7,759
  • 13
  • 60
  • 111
1
vote
1 answer

Angular Carousel - is "position: absolute" required on
  • elements?
  • I was struggling to get rn-carousel working correctly with slide 2+ being all out of position ...until i stumbled across this (seemingly unrelated) issue: https://github.com/revolunet/angular-carousel/issues/245 I added the following class which…
    goredwards
    • 2,486
    • 2
    • 30
    • 40
    0
    votes
    0 answers

    Not able to update ngu-carousel data in angular

    This is My Component import { Component, OnInit } from '@angular/core'; import { NguCarouselConfig } from "@ngu/carousel"; import { ContestService } from 'src/app/core/services/contest.service'; @Component({ selector: 'app-contests', …
    Surendra
    • 1
    • 1
    • 2
    0
    votes
    1 answer

    How can i implement auto slide on table pagination using Angular 6?

    Is it possible to use Carousel and utilize my pagination on table or anything relate on auto scroll table page ? I've tried implement carousel but it seems not work at all. dashboard.component.html
    aldi
    • 463
    • 1
    • 4
    • 19
    0
    votes
    2 answers

    Angular Carousels: Uncaught TypeError: Cannot read property 'offsetWidth' of undefined while using carousels with Angular JS

    Before I ask I have gone through this, but this doesnt seem to be issue in my case. I am using plain text carousels in angularJS , with this example as reference. I am trying to set active class for carousel with 1st index element of the angular…
    1
    2