-
Notifications
You must be signed in to change notification settings - Fork 27.5k
bug($animate): Missing setClass method #6460
Comments
related to #6419. |
Yes. Looks like somewhere in your code there's a miscommunication between |
@willfarrell can you double check that both your JS files are on the same version ( |
Turns out |
Awesome. Thank you. |
+1 |
@theredpea you're not experiencing anything similar are you? |
Sorry, I should clarify: Nathaniel Muir Anderson, CPA On Thu, Mar 13, 2014 at 10:06 PM, Matias Niemelä
|
I am experiencing this exact issue myself. I have created a branch of my project you can get from gitbhub: https://github.com/justsayno/fhf-demo.git The branch is "ngAnimateIssue" I have a working app (if you run npm start you can run it) but as soon as I dd ngapp as a dependency it falls over with the error
It could be a version issue but I am unsure how exactly to diagrose that as when I do bower list I get
|
Using
<div class="filter {{boolVar ? 'filter-disabled' : 'filter-default'}}"></div>
for example consoles out the error below in1.2.13
, but not in1.2.12
.Was there a breaking change in
1.2.13
that would cause this?The text was updated successfully, but these errors were encountered: