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

Carousel not working #4011

Closed
dxwts opened this issue Jul 24, 2015 · 3 comments
Closed

Carousel not working #4011

dxwts opened this issue Jul 24, 2015 · 3 comments

Comments

@dxwts
Copy link

dxwts commented Jul 24, 2015

I used generator-angular to create a angular project and use carousel sample code, it not working.

bower.json
{
"name": "test1",
"version": "0.0.0",
"dependencies": {
"angular": "^1.3.0",
"bootstrap-sass-official": "^3.2.0",
"angular-animate": "^1.3.0",
"angular-cookies": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-route": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0",
"angular-bootstrap": "~0.13.1"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "test1App",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}

@lgaudez
Copy link
Contributor

lgaudez commented Jul 24, 2015

Carousel directive is broken with angular 1.4.X. see #3811.

I tested with 1.3.17 and 0.13.1 and it seems to work well.

Make a plunker if problem persist with 1.3.X version of angular.

@dxwts
Copy link
Author

dxwts commented Jul 24, 2015

@lgaudez Ah, ok, 👍 Thanks

@pkozlowski-opensource
Copy link
Member

Closing as duplicate of #3811

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

3 participants