fix(copy): add support for String/Boolean/Number object types#13641
fix(copy): add support for String/Boolean/Number object types#13641jbedard wants to merge 1 commit intoangular:masterfrom
Conversation
|
I am not sure about this PR change to isXXX can we refactor this so On Monday, December 28, 2015, Jason Bedard notifications@github.com wrote:
|
e296d7c to
76623d0
Compare
|
I've updated the PR to only make the Original commit for reference: 5dc679d |
src/Angular.js
Outdated
There was a problem hiding this comment.
I think this will not work as intended with new Boolean(false) nor with new String('')
|
Updated again |
|
LGTM |
By modifying
isString/isBoolean/isNumberthis also effects everywhere those are used, which I think is good? But could also effect performance in those areas if called an extreme number of times.Fixes the original issue mentioned in #13398