Fix carousel-indicators active

This commit is contained in:
Nicolas PASCAL
2018-06-22 12:54:40 +02:00
committed by GitHub
parent 09061a4f98
commit 5b79e032dd
+1 -1
View File
@@ -268,7 +268,7 @@ angular.module('ui.bootstrap.carousel', [])
return attrs.templateUrl || 'uib/template/carousel/carousel.html';
},
scope: {
active: '=',
active: '=?',
interval: '=',
noTransition: '=',
noPause: '=',