Skip to content

Commit

Permalink
feat(md-dropdown): add support for camelCase options
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Jan 29, 2017
1 parent 8732553 commit 848c212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dropdown/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class MdDropdown {
alignment: this.alignment,
belowOrigin: getBooleanFromAttributeValue(this.belowOrigin),
constrain_width: getBooleanFromAttributeValue(this.constrainWidth),
constrainWidth: getBooleanFromAttributeValue(this.constrainWidth),
gutter: parseInt(this.gutter, 10),
hover: getBooleanFromAttributeValue(this.hover),
inDuration: parseInt(this.inDuration, 10),
Expand Down

0 comments on commit 848c212

Please sign in to comment.