JKnorr91 / ion-slide-box-tabs

An Add-On directive for the ion-slide-box, that adds tabs to the slide box, known from the Android Material Design specification
MIT License
248 stars 110 forks source link

Error #46

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi there,

thank you for the slide-box-tabs! I got an annoying error, debugged it, think it should be

var tabItems = '<li ng-repeat="(key, value) in tabs" ng-click="onTabTabbed($event, key)" ng-class="getTab(key)" class="slider-slide-tab" ng-bind-html="value"></li>';

in row 28 of slidingTabsDirective.js.

just replaced the onTabTabbed($event, {{key}}) with onTabTabbed($event, key)

Regards