Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Aluminium Dachshund Bar

Latest
Compare
Choose a tag to compare
@drgould drgould released this 16 Apr 02:31
· 15 commits to master since this release

Changelog

  • ngDisabled support (#22)
  • ngChange support (#19)
  • implements ngModelController (#21)

Breaking Changes

  • Some attribute renaming to avoid conflicts, etc.:
    • translate is now translate-fn (#20)
    • translate-range is now translate-range-fn
    • translate-combined is now translate-combined-fn
    • scale is now scale-fn
    • inverse-scale is now inverse-scale-fn
  • Removed ng-model-low in favor of rolling it into ng-model to take advantage of ngModelController for dirty/pristine state management and form validation
  • Renamed ng-model-high to ng-model-range to better reflect it's purpose after removal of ng-model-low