ng-repeat="day in task.DailyWorks | limitTo : weekdays.length: weekStart"
I am trying to iterate through daily work record in table columns, I want to display current week record first time. Then depends on user Click Previous week or Next week button it will change the records.