We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9380ac0 commit 2f6c64cCopy full SHA for 2f6c64c
src/animations/animate-js.html
@@ -34,9 +34,6 @@
34
<div ng-class="location" class="movable" animate="true">
35
this box is moody {{ location }}
36
</div>
37
- <div ng-class="location" class="movable" data-animate="true">
38
- this box is moody {{ location }}
39
- </div>
40
<button ng-click="location='0'">Change to red</button>
41
<button ng-click="location='150'">Change to blue</button>
42
<button ng-click="location='300'">Change to green</button>
0 commit comments