Skip to content

Commit

Permalink
[DOC] Update documentation around behavior of attr (#7198)
Browse files Browse the repository at this point in the history
Updates some of the language around how defaultValue behaves.
  • Loading branch information
allthesignals authored May 19, 2020
1 parent df576ec commit 70b0c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model/addon/-private/attr.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function hasValue(internalModel, key) {
supported options are:
- `defaultValue`: Pass a string or a function to be called to set the attribute
to a default value if none is supplied.
to a default value if and only if the key is absent from the payload response.
Example
Expand Down

0 comments on commit 70b0c55

Please sign in to comment.