How to inject ionic content into the child element of ngReact in AngularJS

I am trying to populate the huge list of records through ngReact,

I have the functionality to return all the records, but after populating the records, the scroll functionality is not working as expected, so to have a default scroll functionality i need to use .

I need to know how to inject the ionic content in to ngReact.

Any help will be highly appreciated