From d33051f7f26a721ee9f5bfb96f87381a01c1a48f Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Tue, 12 Jan 2016 14:49:04 +0530 Subject: [PATCH] SUP-2975,Edit Profile || Placeholder for new password field is missing -- Fixed --- .../toggle-password-with-tips.directive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/directives/account/toggle-password-with-tips/toggle-password-with-tips.directive.js b/app/directives/account/toggle-password-with-tips/toggle-password-with-tips.directive.js index 500783ed1..6fac88a50 100644 --- a/app/directives/account/toggle-password-with-tips/toggle-password-with-tips.directive.js +++ b/app/directives/account/toggle-password-with-tips/toggle-password-with-tips.directive.js @@ -11,6 +11,7 @@ link: function(scope, element, attrs, formController) { var vm = scope.vm; vm.passwordField = formController.password; + vm.defaultPlaceholder = attrs.placeholder || 'Pick a new password'; vm.placeholder = vm.defaultPlaceholder; vm.password = '';