mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
Feature: add account switch
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
.module('cloudbudget')
|
||||
.controller('AccountsController', AccountsController);
|
||||
|
||||
AccountsController.$inject = ['$scope', '$location', '$rootScope', 'FlashService', 'AccountsService'];
|
||||
AccountsController.$inject = ['$scope', '$location', 'FlashService', 'AccountsService'];
|
||||
|
||||
function AccountsController($scope, $location, $rootScope, FlashService, AccountsService) {
|
||||
function AccountsController($scope, $location, FlashService, AccountsService) {
|
||||
var vm = this;
|
||||
|
||||
vm.dataLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user