ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 68 forks source link

fix(choicefield): fix error on dirty setting #503

Closed architshukla closed 7 years ago

architshukla commented 7 years ago

Add missing check for presence of ng-model on the directive before setting values.

Closes #500.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.002%) to 98.5% when pulling 210eefde3ac87135f9a0e6ec62c15fd43b622aed on architshukla:fix-choicefield-dirtyset into 5115da346020e7aed7e24d70f318a5e49c4001f6 on ngOfficeUIFabric:dev.

andrewconnell commented 7 years ago

Manually merged into 0.15.3... thanks!