Skip to content

Commit

Permalink
Merge pull request #28 from haricot/patch-2
Browse files Browse the repository at this point in the history
Fix carousel-indicators active
  • Loading branch information
Morgul authored Jun 22, 2018
2 parents 09061a4 + 5b79e03 commit 522beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/carousel/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ angular.module('ui.bootstrap.carousel', [])
return attrs.templateUrl || 'uib/template/carousel/carousel.html';
},
scope: {
active: '=',
active: '=?',
interval: '=',
noTransition: '=',
noPause: '=',
Expand Down

0 comments on commit 522beb1

Please sign in to comment.