Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 9006bf1

Browse files
author
Kamil Kisiela
committed
Add mdTheme to checkbox
1 parent 1d879d5 commit 9006bf1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
### Added
1010
- showError in Messages wrapper
1111
- checkbox with basic functionality
12+
- mdTheme to checkbox
1213

1314
## 0.0.1 -
1415

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
2-
<md-checkbox ng-model="model[options.key]">
2+
<md-checkbox ng-model="model[options.key]" md-theme="{{to.mdTheme || 'primary'}}">
33
{{to.label}}
44
</md-checkbox>
55
</div>

0 commit comments

Comments
 (0)