I am struggling on how the bootstrap tooltip's title attribute's text data can be retrieved and shown through the captured data from database.
I have already captured the row data for my table using $http and correctly show my table data, I want to use the data as my tooltip data too

Here, I can successfully use ng-repeat to loop through my rowData, but my rowData also contains the tooltip data for each td, how can I modify the tooltip text attribute in order to show tooltip data?
The following is my controller on how to get the rowData

Thanks all for the kind help
Sorry for missing some info, I actually write a directive specifically for the tooltip as follows

The cellData variable is from the rowData which is come from the pData, the pData comes from the data read from DB using GET method