MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / includes

Function includes

lib/test/angular/1.6.7/angular.js:925–927  ·  view source on GitHub ↗
(array, obj)

Source from the content-addressed store, hash-verified

923}
924
925function includes(array, obj) {
926 return Array.prototype.indexOf.call(array, obj) !== -1;
927}
928
929function arrayRemove(array, value) {
930 var index = array.indexOf(value);

Callers 2

ngOptionsPostLinkFunction · 0.70
selectPreLinkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected