(fix) Filtering components lists

pull/91/head
Francis Lachapelle 2015-07-16 16:29:00 -04:00
parent 8c8070ff16
commit 191a1afe23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
}
function filter(filterpopup) {
Component.$filter(vm.componentType, options);
Component.$filter(vm.componentType, { filterpopup: filterpopup });
}
function filteredBy(filterpopup) {