angular-dialog-service icon indicating copy to clipboard operation
angular-dialog-service copied to clipboard

Default button label for Confirm Dialog not displaying correctly.

Open ywongweb opened this issue 9 years ago • 4 comments

The default text for confirm dialog buttons are showing DIALOG_YES/DIALOG_NO instead of Yes/No. This problem first occurred in v5.1.0

http://codepen.io/anon/pen/KpQgEj

ywongweb avatar Jul 01 '15 14:07 ywongweb

Try using Angular-Bootstrap 0.12 or 0.13, the pen you posted is using 0.11. Let me know if that fixes the problem - I haven't encountered this and I use the service on a daily basis. My current project uses Angular-Bootstrap 0.13.0 and the Angular-Dialog-Service 5.2.8.

m-e-conroy avatar Jul 10 '15 14:07 m-e-conroy

I've made a plnkr with 0.13 and 5.2.8, it's still doing the same thing.

Changing the language to Spanish works as expected. Changing Angular-Dialog-Service back to v5.0.0 also works.

http://plnkr.co/edit/RLC1g0UGp9INxp4uHTLf?p=preview

ywongweb avatar Jul 10 '15 15:07 ywongweb

Having the same problem as @ywongweb

cmcnamara87 avatar Aug 06 '15 06:08 cmcnamara87

I had to include the both 'dialogs.main' and 'dialogs.default-translations' to my module dependencies for it to pick up the translations.

vmlf01 avatar Jan 13 '16 13:01 vmlf01