In this example, we have an array named flowersArray with the names of flowers. We bind the 7th element ng-bind="flowersArray[6]" to the span tag and in the array element on the 7th position will be bind with this span tag.
ng-bind="flowersArray[6]"