Skip to content

Commit

Permalink
* fix issue with visibilty property of switch not being enabled for r…
Browse files Browse the repository at this point in the history
…esponsive forms
  • Loading branch information
Tuan Nguyen committed Aug 10, 2017
1 parent 86506f8 commit 8ba74da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrapextracomponents/switch/switch.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class='model.styleClass'>
<label>
<input type="checkbox"
ng-if='model.visible'
ng-model ="selection"
sablo-tabseq='model.tabSeq'
ng-click="switchClicked($event)"
Expand Down

0 comments on commit 8ba74da

Please sign in to comment.