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:
@@ -14,7 +14,7 @@ describe('HomeController', function() {
|
||||
var homeController = $controller('HomeController', {
|
||||
'$rootScope': rootScope
|
||||
});
|
||||
|
||||
|
||||
homeController.firstname = 'George';
|
||||
homeController.lastname = 'Harrison';
|
||||
homeController.getFullname().should.be.equal('George Harrison');
|
||||
|
||||
Reference in New Issue
Block a user