Results 7 comments of Jim Lavin

The easiest way to accomplish this is to add additional messages one for each instance and have separate spinners for each message. You would need to add a new parameter...

We are relying on Gravatar to return a default avatar image if the email address is not valid or the string is empty. If you check the gravatar api, we...

It sounds as if the element.key is not matching the value being passed into as value. What is happening in the code you posted above is angular walks each item...

What I would suggest doing is to actually change from a dictionary to an object and by default populate it with the default values and then over write the values...

The biggest issue would be security, but if we put in a dependency for ngSanitize we can make sure that only safe HTML is only ever displayed. I'll be working...

You could do that, but I would probably just use additional tags in the dictionary object itself that include the path to the image and then use the i18nAttr directive...

This also happens under version 5.0.0 when protractor throws an error using the cucumber-js. The tests bomb out and the full run never completes. I found that this was introduced...