From 9c4fa815d03a7698f76323079affec57482851f4 Mon Sep 17 00:00:00 2001 From: Ankit Karnany Date: Thu, 6 Apr 2017 16:02:56 +0530 Subject: [PATCH] Update slides.js Added 'showPager' scope variable in the directive to toggle the display property of the class '.swiper-pagination' --- js/angular/directive/slides.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: '
' + '
' +