Looking for a dynamic array output like this:
tableNames = [
["string1", "string2"...],
["string", "string"...]
];
Looking for assistance with AngularJS code design to achieve this structure, where the values of the strings are entered through text boxes and each array is dynamic. Can anyone provide guidance?