Skip to content

Commit

Permalink
update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
katowulf committed Jan 12, 2015
1 parent 7116024 commit 9e272d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion angularfire/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bower": {
"firebase": "2.0.x",
"firebase": "2.1.x",
"angularfire": "0.9.1",
"mockfirebase": "0.8.x"
},
Expand Down
5 changes: 0 additions & 5 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ var Generator = module.exports = function Generator(args, options) {
enabledComponents.push('angular-touch/angular-touch.js');
}

//angularfire
if (this.loginModule) {
enabledComponents.push('firebase-simple-login/firebase-simple-login.js');
}

enabledComponents = [
'angular/angular.js',
'angular-mocks/angular-mocks.js',
Expand Down

0 comments on commit 9e272d4

Please sign in to comment.