How to have mutliple html files in ion-slide-box? Want implement Carousal functionality

Hi,

Please provide the solution to have multiple html files in ion-slide-box.

I have 3 html pages called

page1.html
page2.html and page3.html

I need to slide from page1 to page3 using slide-box.

Currently using (iframe) in the following code, is this correct way to code??

$scope.items=[{url:"page1.html"}, {url:"page2.html"}, {url:"page3.html"} ];

Don’t know if it is still relevant but maybe this could be a solution: