Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
Update release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentM committed Oct 11, 2015
1 parent 74874e6 commit faf2b9c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 23 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Scille Toggle Switch",
"version": "1.0.4",
"version": "1.0.5",
"authors": [
"duboisR <[email protected]>",
"Vincent Mézino <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SCILLE_toogle_switch",
"version": "1.0.1",
"version": "1.0.5",
"description": "Create toggle switches.",
"author": "DUBOIS Romain",
"contributors" : [
Expand Down
2 changes: 1 addition & 1 deletion release/html_template/toggle_switch_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</span>
<span ng-show="isSummarised">
<div class="toggle-switch-summarize" ng-class="switchSize">
<span class="switch-knob" ng-style="{ 'background-color': knobLabelColor }">{{knobLabel}}</span>
<span ng-show="knobLabel.length > 0" class="switch-knob" ng-style="{ 'background-color': knobLabelColor }">{{knobLabel}}</span>
<span ng-show="model != undefined && model" ng-style="{ 'background-color': leftLabelColor }" class="switch-left">{{leftLabel}}</span>
<span ng-show="model != undefined && !model" ng-style="{ 'background-color': rightLabelColor }" class="switch-right">{{rightLabel}}</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion release/scripts/populate_template_cache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 30 additions & 18 deletions release/scripts/toggle_switch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/scripts/toggle_switch.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit faf2b9c

Please sign in to comment.