We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Cannot read property '$$hashKey' of undefined(…)
I traced the source to be in objectTableCtrl
objectTableCtrl
$scope.ifSelected = function(item) { if (!!$scope.selectedModel && $scope.select === 'multiply') { return ctrl._containsInSelectArray(item); }else { return item.$$hashKey == $scope.selectedModel.$$hashKey; } };
I will have a PR soon
The text was updated successfully, but these errors were encountered:
fix issue ekokotov#44
9fc4914
Merge pull request #45 from GuyMograbi/fix-issue-44
7181c36
fix issue #44
No branches or pull requests
I traced the source to be in
objectTableCtrl
I will have a PR soon
The text was updated successfully, but these errors were encountered: