How to switch template as a slide?

How to change the template as a slide , but that - he had not been active as a slide .
I find example codepen but i understand how this did.

This element is called IonicSlideBox.

http://ionicframework.com/docs/api/directive/ionSlideBox/

Its i know , but i dont know how to slide <ng include src="template.html"> on the button. Like “Skip Intro” in example.

If you want to programmatically change slider page read this:

http://ionicframework.com/docs/api/service/$ionicSlideBoxDelegate/

On the other hand if you want to programmatically change whole view then take a look at this forum post, you will even find a working example: