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