Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

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

Open
peterhendrick opened this issue Sep 18, 2016 · 0 comments

Comments

@peterhendrick
Copy link

peterhendrick commented Sep 18, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant