Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 4ac7753

Browse files
author
vikasrohit
committed
Merge pull request #651 from appirio-tech/feature/sup-2975-missing-placeholder-new-pwd-edit-profile
SUP-2975,Edit Profile || Placeholder for new password field is missing
2 parents 9f65353 + d33051f commit 4ac7753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/directives/account/toggle-password-with-tips/toggle-password-with-tips.directive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
link: function(scope, element, attrs, formController) {
1212
var vm = scope.vm;
1313
vm.passwordField = formController.password;
14+
vm.defaultPlaceholder = attrs.placeholder || 'Pick a new password';
1415
vm.placeholder = vm.defaultPlaceholder;
1516
vm.password = '';
1617

0 commit comments

Comments
 (0)