tilwinjoy / angular-bootstrap-material

AngularJS directives for bootstrap material design components
http://tilwinjoy.github.io/angular-bootstrap-material
21 stars 13 forks source link

Angular-translate #8

Closed h6784rfg6 closed 8 years ago

h6784rfg6 commented 8 years ago

Hi, thanks for your module, can you image to add angular-translate support? For example when using form- groups I would like to translate error messages.

tilwinjoy commented 8 years ago

I have added a watch for the error messages. Now you can translate and update the error messages dynamically. Here is a simple JSFiddle Demo I have created. See this Stack Overflow answer by the creator of Angular translate for more information. Let me know if that helps.