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

Error: Unknown provider: $intervalProvider <- $interval <- rnCarouselDirective

Open peterhendrick opened this issue 7 years ago • 0 comments

I'm getting an error and the carousel is not loading on the page.

I added to my code: <link href="bower_components/angular-carousel/dist/angular-carousel.css" rel="stylesheet" type="text/css" /> <script src="bower_components/angular-touch/angular-touch.js"></script> <script src="bower_components/angular-carousel/dist/angular-carousel.js"></script>

var app = angular.module('myApp', ['angular-carousel']).

`

  • {{ image }}
`

But when I go to load the page, I get the error of Unknown provider: $intervalProvider <- $interval <- rnCarouselDirective

I'm using angular 1.5. Does anyone else get this error? Any idea on what's causing it? Google hasn't been much help.

peterhendrick avatar Sep 18 '16 19:09 peterhendrick