Merge pull request #41 from Orbs/master
Add angular-ui-tree and ng-multi-transclude
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"main": "angular-ui-tree.min",
|
||||||
|
"directories": {
|
||||||
|
"lib": "dist"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"main": "multi-transclude",
|
||||||
|
"directories": {
|
||||||
|
"lib": "src"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
"angular-material": "github:angular/bower-material",
|
"angular-material": "github:angular/bower-material",
|
||||||
"angular-ui-router": "github:angular-ui/ui-router",
|
"angular-ui-router": "github:angular-ui/ui-router",
|
||||||
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
|
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
|
||||||
|
"angular-ui-tree": "github:JimLiu/angular-ui-tree",
|
||||||
"angularFire": "github:firebase/angularFire",
|
"angularFire": "github:firebase/angularFire",
|
||||||
"backbone": "npm:backbone",
|
"backbone": "npm:backbone",
|
||||||
"backbone.babysitter": "github:marionettejs/backbone.babysitter",
|
"backbone.babysitter": "github:marionettejs/backbone.babysitter",
|
||||||
@@ -57,6 +58,7 @@
|
|||||||
"moment": "github:moment/moment",
|
"moment": "github:moment/moment",
|
||||||
"msgs": "github:cujojs/msgs",
|
"msgs": "github:cujojs/msgs",
|
||||||
"mustache": "github:janl/mustache.js",
|
"mustache": "github:janl/mustache.js",
|
||||||
|
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
|
||||||
"nprogress": "github:rstacruz/nprogress",
|
"nprogress": "github:rstacruz/nprogress",
|
||||||
"nodelibs": "github:jspm/nodelibs",
|
"nodelibs": "github:jspm/nodelibs",
|
||||||
"parallax": "github:wagerfield/parallax",
|
"parallax": "github:wagerfield/parallax",
|
||||||
|
|||||||
Reference in New Issue
Block a user