fix karma tests
This commit is contained in:
parent
2bf89d234e
commit
86633cd5b4
4 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('notifications', []).
|
||||
angular.module('copayApp.services').
|
||||
factory('$notification', ['$timeout',function($timeout){
|
||||
|
||||
var notifications = JSON.parse(localStorage.getItem('$notifications')) || [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue