Merge pull request #41 from Orbs/master

Add angular-ui-tree and ng-multi-transclude
This commit is contained in:
Tauren Mills
2014-10-08 13:28:52 -07:00
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,6 @@
{
"main": "angular-ui-tree.min",
"directories": {
"lib": "dist"
}
}
@@ -0,0 +1,6 @@
{
"main": "multi-transclude",
"directories": {
"lib": "src"
}
}
+2
View File
@@ -14,6 +14,7 @@
"angular-material": "github:angular/bower-material",
"angular-ui-router": "github:angular-ui/ui-router",
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
"angular-ui-tree": "github:JimLiu/angular-ui-tree",
"angularFire": "github:firebase/angularFire",
"backbone": "npm:backbone",
"backbone.babysitter": "github:marionettejs/backbone.babysitter",
@@ -57,6 +58,7 @@
"moment": "github:moment/moment",
"msgs": "github:cujojs/msgs",
"mustache": "github:janl/mustache.js",
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
"nprogress": "github:rstacruz/nprogress",
"nodelibs": "github:jspm/nodelibs",
"parallax": "github:wagerfield/parallax",