mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #3029 from Paul-Isache/patch-1
docs(): update slide box documentation
This commit is contained in:
4
js/angular/service/slideBoxDelegate.js
vendored
4
js/angular/service/slideBoxDelegate.js
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user