Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(carousel): fix demo
Browse files Browse the repository at this point in the history
Closes #4796
  • Loading branch information
Foxandxss committed Oct 31, 2015
1 parent 1c79888 commit 739b667
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/carousel/docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4>Slide {{slide.id}}</h4>
<div class="row">
<div class="col-md-6">
<button type="button" class="btn btn-info" ng-click="addSlide()">Add Slide</button>
<button type="button" class="btn btn-info" ng-click="randomize()">Randomize slides order</button>
<button type="button" class="btn btn-info" ng-click="randomize()">Randomize slides</button>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="noWrapSlides">
Expand Down
1 change: 0 additions & 1 deletion src/carousel/docs/demo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
angular.module('ui.bootstrap.demo', ['ngAnimate', 'ui.bootstrap']);
angular.module('ui.bootstrap.demo').controller('CarouselDemoCtrl', function ($scope) {
$scope.myInterval = 5000;
$scope.noWrapSlides = false;
Expand Down

0 comments on commit 739b667

Please sign in to comment.