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

Function arrayRemove

lib/test/angular/1.4.3/angular.js:798–804  ·  view source on GitHub ↗
(array, value)

Source from the content-addressed store, hash-verified

796}
797
798function arrayRemove(array, value) {
799 var index = array.indexOf(value);
800 if (index >= 0) {
801 array.splice(index, 1);
802 }
803 return index;
804}
805
806/**
807 * @ngdoc function

Callers 4

jqLiteOffFunction · 0.70
$CompileProviderFunction · 0.70
$RootScopeProviderFunction · 0.70
FormControllerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected