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

Function includes

test/angular/1.6/angular.js:935–937  ·  view source on GitHub ↗
(array, obj)

Source from the content-addressed store, hash-verified

933}
934
935function includes(array, obj) {
936 return Array.prototype.indexOf.call(array, obj) !== -1;
937}
938
939function arrayRemove(array, value) {
940 var index = array.indexOf(value);

Callers 2

ngOptionsPostLinkFunction · 0.70
selectPreLinkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected