Can't use slide-box in tab

I use slide-box in tab
It can’t work?

 11     <tab title="随便看" icon="icon ion-android-chat" ng-controller="SlideTabCtrl">
 12     <slide-box>
 13       <slide>
 14         <div class="box blue"><h1>BLUE</h1></div>
 15       </slide>
 16       <slide>
 17         <div class="box yellow"><h1>YELLOW</h1></div>
 18       </slide>
 19       <slide>
 20         <div class="box pink"><h1>PINK</h1></div>
 21       </slide>      
 22     </slide-box>    
 23     </tab>   

Can you post a demo? I’ve used the slide-box with tabs before and had no problem

I have solve this problem.
the css class box blue is the example style and it can’t use immediately,