MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / includes

Function includes

lib/test/angular/1.8.0/angular.js:911–913  ·  view source on GitHub ↗
(array, obj)

Source from the content-addressed store, hash-verified

909}
910
911function includes(array, obj) {
912 return Array.prototype.indexOf.call(array, obj) !== -1;
913}
914
915function arrayRemove(array, value) {
916 var index = array.indexOf(value);

Callers 2

ngOptionsPostLinkFunction · 0.70
selectPreLinkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected