Closed azzamallow closed 10 years ago
Could you also bump the version so I can import this into my project as a bower dependency?
thanks!
@azzamallow let me know if everything is working correctly. If you have any other ideas I can add them
@gdi2290 Could you update the version so i can bower install the latest?
@azzamallow oops I forgot to git push the tags
I have a question about the createHash method in general. Is the input required to be a string? Or do you think it is worth converting to a string within the method. For example
md5.createHash(item.id) // item.id === 5
This currently breaks as the method expects the value to be a string.
Ensure if the text passed through the filter is actually a Number that it will be converted into a String.