Merge pull request #357 from akash1810/master
Including default css with angular-xeditable.
This commit is contained in:
@@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user