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

Function arrayRemove

lib/test/angular/1.5.0/angular.js:793–799  ·  view source on GitHub ↗
(array, value)

Source from the content-addressed store, hash-verified

791}
792
793function arrayRemove(array, value) {
794 var index = array.indexOf(value);
795 if (index >= 0) {
796 array.splice(index, 1);
797 }
798 return index;
799}
800
801/**
802 * @ngdoc function

Callers 4

removeHandlerFunction · 0.70
$CompileProviderFunction · 0.70
$RootScopeProviderFunction · 0.70
FormControllerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected