We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94adab9 commit 78c3c36Copy full SHA for 78c3c36
addon/components/paper-switch.hbs
@@ -1,12 +1,11 @@
1
<md-switch
2
class='paper-switch md-default-theme
3
- {{if @accent " md-accent"}}
4
- {{if @primary " md-primary"}}
5
- {{if @warn " md-warn"}}
6
- {{if this.dragging " md-dragging"}}
7
- {{if this.focused " md-focused"}}
8
- {{if this.value " md-checked"}}
9
- {{@class}}'
+ {{~if @accent " md-accent"}}
+ {{~if @primary " md-primary"}}
+ {{~if @warn " md-warn"}}
+ {{~if this.dragging " md-dragging"}}
+ {{~if this.focused " md-focused"}}
+ {{~if this.value " md-checked"}} {{@class}}'
10
disabled={{this.disabled}}
11
tabindex={{if this.disabled '-1' '0'}}
12
{{did-insert this.didInsertNode}}
0 commit comments