Move confirm module from base to common
parent
11eec044c6
commit
0a2c673bb1
|
@ -198,5 +198,5 @@ class ConfirmService extends taiga.Service
|
|||
.addClass('inactive')
|
||||
|
||||
|
||||
module = angular.module("taigaBase")
|
||||
module = angular.module("taigaCommon")
|
||||
module.service("$tgConfirm", ConfirmService)
|
Loading…
Reference in New Issue