Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-21 16:51:01 +0300
committerbrantje <brantje@gmail.com>2016-12-21 16:51:01 +0300
commitcdc506e2cbc2c05c9ce633a2c359af522551401c (patch)
tree2053af25fe3fa8b5bc828462ef1501b175576fe1 /js/app/directives
parentfcbf31bd4619c28dee2f6c073046e8db408e76e8 (diff)
Add $translate as dep
Diffstat (limited to 'js/app/directives')
-rw-r--r--js/app/directives/progressbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/directives/progressbar.js b/js/app/directives/progressbar.js
index a292584b..f1614392 100644
--- a/js/app/directives/progressbar.js
+++ b/js/app/directives/progressbar.js
@@ -29,7 +29,7 @@
* # passwordGen
*/
angular.module('passmanApp')
- .directive('progressBar', [function ($translate) {
+ .directive('progressBar', ['$translate', function ($translate) {
return {
restrict: 'A',
template: '' +