Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

v7.0.1

Compare
Choose a tag to compare
@kentcdodds kentcdodds released this 08 Sep 12:33

<a name"7.0.1">

7.0.1 (2015-09-08)

Bug Fixes

  • formly-field: Skip $setUntouched if it doesn't exist (Angular 1.2) (e95294b2, closes #448)

Perf

  • formly-field: Now expressionProperties will result in a single $digest when run, rather than one per property! Yay! ✨