Merge pull request #357 from akash1810/master

Including default css with angular-xeditable.
This commit is contained in:
Guy Bedford
2015-04-23 18:45:05 +02:00
@@ -3,12 +3,14 @@
"shim": {
"dist/js/xeditable": {
"deps": [
"angular"
"angular",
"../css/xeditable.css!"
]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.3.0"
"angular": "^1.3.0",
"css": "*"
}
}