How can I render the value of the following options list?
$scope.limits = [ {value: \'5\', text: \'Afficher 5 par page\'}, {value: \'10\',
for an alternate approach, we can use ng-repeat
{{option.text}}