Goce Bogdanovski

Results 5 comments of Goce Bogdanovski

angular.module('a8m.group-by', ['a8m.filter-watcher']) .filter('groupBy', ['$parse', 'filterWatcher', function ($parse, filterWatcher) { return function (collection, property) { ``` if (!isObject(collection) || isUndefined(property)) { return collection; } return filterWatcher.isMemoized('groupBy', arguments) || filterWatcher.memoize('groupBy', arguments, this,...

This one is done and it is working as it should. The problem was, for example, if send some ordered array to the groupBy module, the module will group it...

I just add this forEach(result, function (value, index) { arrayResult.push(value); });

If you want you can implement this in your plug-in. I made veraion for me. Thanks for the response. :)

try once-wait-for="param1" i wold like to ask is there option like this once-wait-for="param1, param2, etc"?