You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: