Your code is incorrect; you're storing your model data in variable actual but you are looping through an (unknown?) variable aData. Change 'aData' to 'actual' and you're set.
The Developer Guide can be found at SAPUI5 SDK - Demo Kit, as well as the API and (lots) of samples