rajeshwarpatlolla / ionic-toast

'ionic-toast' bower component for ionic framework applications
MIT License
157 stars 60 forks source link

'translate' support in ionic toast #24

Closed chiragandroid closed 7 years ago

chiragandroid commented 8 years ago

Ionic toast is the best tool in ionic to display all types of messages. i am working on application that has multiple countries,currencies supported.

Now i want to display translated Messages, i am using angular-translate for all messages,forms and text in HTML. now coming to JS file. i want to translate messages that are in ionic-toast.

chiragandroid commented 7 years ago

ionicToast.show($filter('translate')("Hi ionic"), 'middle', false, 5000); This is the solution of this issue. you need to inspect $filter in controller

rajeshwarpatlolla commented 7 years ago

Thanks for the answer.