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

Function arrayRemove

lib/test/angular/1.6.7/angular.js:929–935  ·  view source on GitHub ↗
(array, value)

Source from the content-addressed store, hash-verified

927}
928
929function arrayRemove(array, value) {
930 var index = array.indexOf(value);
931 if (index >= 0) {
932 array.splice(index, 1);
933 }
934 return index;
935}
936
937/**
938 * @ngdoc function

Callers 4

removeHandlerFunction · 0.70
$CompileProviderFunction · 0.70
$RootScopeProviderFunction · 0.70
angular.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected