diff --git a/js/angular/directive/slides.js b/js/angular/directive/slides.js index b737d7b07..941c23028 100644 --- a/js/angular/directive/slides.js +++ b/js/angular/directive/slides.js @@ -104,7 +104,8 @@ function($animate, $timeout, $compile) { transclude: true, scope: { options: '=', - slider: '=' + slider: '=', + showPager: '=' }, template: '
' + '
' +