Pragmatists / ng-test-runner

MIT License
24 stars 1 forks source link

valueOf/valuesOf for radiobutton behaves similar to checkbox #4

Closed marmatys closed 6 years ago

marmatys commented 6 years ago

Currently methods valueOf/valuesOf is inconsistent for checkbox and radiobutton. For checkbox it returns checked attribute, but for radiobutton it returns value attribute.

This PR adds for radiobutton same behaviour as it was for checkbox.