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

Function includes

lib/test/angular/1.7.0/angular.js:893–895  ·  view source on GitHub ↗
(array, obj)

Source from the content-addressed store, hash-verified

891}
892
893function includes(array, obj) {
894 return Array.prototype.indexOf.call(array, obj) !== -1;
895}
896
897function arrayRemove(array, value) {
898 var index = array.indexOf(value);

Callers 2

ngOptionsPostLinkFunction · 0.70
selectPreLinkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected