Add ADB Key modal.

This commit is contained in:
Gunther Brunner
2014-09-29 19:57:30 +09:00
parent 6b1a2700bd
commit 9f0affaafd
6 changed files with 102 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
describe('FatalMessageService', function() {
beforeEach(angular.mock.module(require('./').name));
it('should ...', inject(function(FatalMessageService) {
//expect(FatalMessageService.doSomething()).toEqual('something');
}));
})