Add $translate as dep

This commit is contained in:
brantje 2016-12-21 14:51:01 +01:00
parent fcbf31bd46
commit cdc506e2cb
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -29,7 +29,7 @@
* # passwordGen
*/
angular.module('passmanApp')
.directive('progressBar', [function ($translate) {
.directive('progressBar', ['$translate', function ($translate) {
return {
restrict: 'A',
template: '' +