MCPcopy Create free account
hub / github.com/choosehappy/QuickAnnotator / arrayRemove

Function arrayRemove

static/js/angular.js:914–920  ·  view source on GitHub ↗
(array, value)

Source from the content-addressed store, hash-verified

912}
913
914function arrayRemove(array, value) {
915 var index = array.indexOf(value);
916 if (index >= 0) {
917 array.splice(index, 1);
918 }
919 return index;
920}
921
922/**
923 * @ngdoc function

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected