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

Function includes

test/angular/1.7/angular.js:910–912  ·  view source on GitHub ↗
(array, obj)

Source from the content-addressed store, hash-verified

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

Callers 2

ngOptionsPostLinkFunction · 0.70
selectPreLinkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected