angular-owl-carousel icon indicating copy to clipboard operation
angular-owl-carousel copied to clipboard

Populate Owl Carousel with data from an Angular controller

Results 16 angular-owl-carousel issues
Sort by recently updated
recently updated
newest added

was not found property name.

Downloaded and tested software as is, however throws an error. `angular.js:14110 SyntaxError: [verstraetenIo Error] Unexpected token v in JSON at position 0 at JSON.parse () at Object.link (http://10.10.10.10:3000/bower_components/angular-owl-carousel/src/angular-owl-carousel.js:18:36) at http://10.10.10.10:3000/bower_components/angular/angular.js:1259:18...

Explicit annotation required. AngularJS now requires this and I think it is a good idea to update: https://docs.angularjs.org/error/$injector/strictdi?p0=function($timeout

When I set the loop option to true, the html ends up looking like this: ``` ... ``` where `{{ item }}` is not replaced

When I run two carousels on one page the last carousel doesn't populate. If the array is populated with static data then there is no problem but as soon as...

Fix 1. inject `$sce` into controller 2. iterate items applying `$sce.trustAsHtml to each string` 3. use this syntax in view: ``` html ```

How do we use the owl carousel options?