Skip to content

Commit edf7e69

Browse files
author
gmsoft
committed
💋
1 parent 0b30db8 commit edf7e69

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

angular-animate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@require angular-animate.css
1+
22
/**
33
* @license AngularJS v1.3.0-beta.8
44
* (c) 2010-2014 Google, Inc. http://angularjs.org

component.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"name": "angular-animate",
55
"main": "angular-animate.js",
66
"dependencies": [
7-
"angular"
7+
"angular",
8+
"css"
89
],
910
"shim": {
1011
"angular-animate.js": {
11-
"deps": ["angular"],
12+
"deps": ["angular","css!angular-animate.css"],
1213
"exports": "'ngAnimate'"
1314
}
1415
}

0 commit comments

Comments
 (0)