angularjs 5 how to define empty array code example
Example: javascript empty array
var colors = ["red","blue","green"];
colors = []; //empty the array
var colors = ["red","blue","green"];
colors = []; //empty the array