Added angular-ui-select2 (depreacted select2 wrapper for angular)

This commit is contained in:
sztobar
2015-03-19 22:14:27 +01:00
parent 9fc5dcbc52
commit 5bd58dbc99
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"dependencies": {
"angular": "*",
"select2": "*"
},
"directories": {
"lib": "src"
},
"main": "select2",
"registry": "jspm",
"shim": {
"select2": {
"deps": [
"angular",
"select2"
]
}
}
}