johannesjo / ng-fab-form

Convenient forms for Angular with no extra markup? Fabulous!
https://johannesjo.github.io/ng-fab-form
MIT License
172 stars 25 forks source link

Add tests for two fixed bugs #64

Closed johannesjo closed 9 years ago

johannesjo commented 9 years ago
  1. Its not attempted to destroy the validations template scope, when it was never invoked (potentially happens inside ng-hide and ng-if)
  2. Global configuration is not overwritten when ng-fab-options is used.