You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
If selectedItems is an empty array, if(!selectedItems) is still false. It should be if(!selectedItems.length), which evaluates to true if selectedItems is empty.
With the current values, errors occur at line 266, since ctrl.parserResult.source($scope) evaluates to undefined, data does not have the filter method.
0 commit comments