Including default css with angular-xeditable.

This commit is contained in:
Akash A
2015-04-23 17:40:22 +01:00
parent dccb77e19a
commit 5f3ed4c420
@@ -3,12 +3,14 @@
"shim": { "shim": {
"dist/js/xeditable": { "dist/js/xeditable": {
"deps": [ "deps": [
"angular" "angular",
"../css/xeditable.css!"
] ]
} }
}, },
"registry": "jspm", "registry": "jspm",
"dependencies": { "dependencies": {
"angular": "^1.3.0" "angular": "^1.3.0",
"css": "*"
} }
} }