This repository was archived by the owner on Jul 1, 2020. It is now read-only.
Fixed a bug with ngDisabled not interpreted
- Fixed a bug with ngDisabled not being interpreted before observing it (ng-disabled="vm.type == 1" would give false result because it was not being interpreted), added Protractor Test for this behavior in 2Forms page.
- Added
displayOnlyLastErrorMsgin the list of Global Options. - Cleaned some code