Angular-translate is an AngularJS module including lazy loading and pluralization.
Using AngularJS and angular-translate I am trying to insert a date as parameter in a translated text. The basic task …
angularjs date angular-translateI would like to make a part of my text bold. I get a text from a specific file. "INFORMATION": "…
javascript html angular angular-translateWith Angular Translate and $translate.instant() method I built AngularJS's select component with automatic switching between languages: <translated-select elements="$…
javascript angularjs internationalization angular-translate angularjs-componentsHello I need to make translations with pluralization depending on a value, but can't find how to do that. for …
angularjs translation angular-translate pluralizeI am trying to use angular translate to display something like - Posted By John Doe on 1st Jan,2016 - …
angularjs angular-translateIn my directive templates, I need to use the angular translate filter as such: <label for="data-source-btn"> <…
angularjs unit-testing angular-translate angular-filtersI have an AngularJS application. For text translations Im using angular-translate. It works great, but when I request the first …
angularjs angular-translateIn my application, I use the AngularJS module Pascal Precht (translate module). I come to you because I can not …
javascript angularjs angular-translateOn Angular 1.3.x with latest version of angular-translate. Using $sanitize it seems there are problems when using filter or service …
javascript angularjs sanitization angular-translateI got a strange or maybe intended behavior with angular translate. Our value strategie is $translateProvider.useSanitizeValueStrategy('sanitize'); We use …
javascript angularjs sanitization angular-translate