We have an array with some random numbers and we bind the 6th element like ng-bind="Array[5]" of the array i.e 600 to the span element, Thus the output is 600.
ng-bind="Array[5]"