-
Notifications
You must be signed in to change notification settings - Fork 705
Problems with 0.3.0/0.3.1 #218
Comments
Workaround for a) <div ng-init="slides=['a','b','c']">
<ul rn-carousel>
<li ng-repeat="slide in slides">
<div class="content-{{slide}}"></div>
</li>
</ul>
</div> |
Thanks for reporting and sorry for the breaking changes. a) yes you just need to give indicators@slides an array with the same number of slides For Tweenable this is very annoying. which browser/os ? i dont have this kind of problems using the dist version. the ios issue should be solvd |
I am using the dist non minified angular-carousel/dist/angular-carousel.js Line 1991 in 01ebfec
Just verified: same issue with the minified one.
OS X 10.9 + Chrome/Firefox But your demos at http://blog.revolunet.com/angular-carousel are working fully. I will make a standalone version tomorrow, right now I cannot see a difference. |
if you can reproduce online i can look deeper |
Sorry for the delay. Gotcha. I have a RequireJS env, which causes to break in angular-carousel/dist/angular-carousel.js Lines 1059 to 1061 in 528405e
I would suggest you use a correct inline version. |
I think I'm having a similar issue. I'm not using RequireJS. I'm getting this error in Chrome.
I think it's because the Tweenable Factory is returning When I change line 7 of
and line 1379 to:
Then it works. I'm sorry I have no time for a pull-request at the moment. *edit: I'm getting this with Angular 1.3.0 |
a contributor fixed the problem in the 0.3.4 version. can you confirm please ? |
Looks good, cannot update completely (running out of time today), but applied to my patch days ago it is working. |
FYI, it looks like this problem came back in 0.3.7, due to an upgrade of Tweenable. |
Yes. can someone help me at this please ? i dont know requirejs :/ ping @jakeauyeung |
@revolunet my project seed ,use requirejs and angularjs. https://github.com/jakeauyeung/angularjs-requirejs-seed-for-project |
I'm using v 0.3.7 and requirejs, and I'm having the same problem. |
My application runs Angular with RequireJS. I also confirm the issue on v0.3.7, but v0.3.6 works fine. |
Okay, because of the issue #214, my plan was upgrading the thing. Unfortunately, there are a lot of breaking changes.
a) In the past we add a static list of slides (simple content), and the indicators were built according this. This works not any more, because the indicators relies on attribute
slides
only.b) In the past we could use any kind of elements.. now this is forced only to ul/li. I do not see any gain..
And a real bug is (for mine), that the Tweenable export seems to be damaged. Sometimes
Tweenable
is only empty (because exported asnull
), or the whole animations are really broken (stopping where my mouse is, even if I have not clicked yet??)The text was updated successfully, but these errors were encountered: