mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-17 22:29:58 +08:00
Add $translate as dep
This commit is contained in:
parent
fcbf31bd46
commit
cdc506e2cb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
* # passwordGen
|
||||
*/
|
||||
angular.module('passmanApp')
|
||||
.directive('progressBar', [function ($translate) {
|
||||
.directive('progressBar', ['$translate', function ($translate) {
|
||||
return {
|
||||
restrict: 'A',
|
||||
template: '' +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue