Merge pull request #3029 from Paul-Isache/patch-1

docs(): update slide box documentation
This commit is contained in:
Adam Bradley
2015-02-08 20:05:38 -06:00

View File

@@ -11,7 +11,7 @@
* @usage
*
* ```html
* <body ng-controller="MyCtrl">
* <ion-view>
* <ion-slide-box>
* <ion-slide>
* <div class="box blue">
@@ -24,7 +24,7 @@
* </div>
* </ion-slide>
* </ion-slide-box>
* </body>
* </ion-view>
* ```
* ```js
* function MyCtrl($scope, $ionicSlideBoxDelegate) {