angular-toArrayFilter
angular-toArrayFilter copied to clipboard
A filter to convert your objects to an array that can be filtered and sorted easily
It would be really cool, if you could provide a licence (preferably MIT) for your repo.
Hi, The filter code checks whether the input provided is object or not and returns from there itself. Now for ng-repeat over an object like: {"panel":"red","window":"blue","carpet":"green","doors":"white"} with the toArray Filter...
It gives an error that $key cannot be reassigned when i try to udpate the object based on a button click. Thanks in advance
There are a few open issues, 1 PR, but I don't see any code-related activity. The bower package isn't up to date and no .min version of the file is...