Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Fixed a bug with ngDisabled not interpreted

Choose a tag to compare

@ghiscoding ghiscoding released this 05 Jun 03:12
· 142 commits to master since this release
  • 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 displayOnlyLastErrorMsg in the list of Global Options.
  • Cleaned some code