I have in the View several models called dia1 dia2, etc. I'm trying to invoke them from the controller dynamically in the following way
for(i=1; i<=7; i++){
Console.log($scope.day[i]);
}
It always shows as NULL or NaN
Thank you in advance for your precious help !!!