Moved menu stuff to own controller

This commit is contained in:
Blade Barringer
2015-06-29 12:38:46 -05:00
parent 2f48534342
commit bc837fd4db
7 changed files with 78 additions and 44 deletions

View File

@@ -41,11 +41,5 @@ describe('Auth Controller', function() {
expect($window.alert).to.be.calledOnce;
});
});
describe('clearMessage', function() {
it('is Chat.seenMessage', inject(function(Chat) {
expect(scope.clearMessages).to.eql(Chat.seenMessage);
}));
});
});
});