This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Changelog
Breaking Changes
- Some attribute renaming to avoid conflicts, etc.:
translate
is nowtranslate-fn
(#20)translate-range
is nowtranslate-range-fn
translate-combined
is nowtranslate-combined-fn
scale
is nowscale-fn
inverse-scale
is nowinverse-scale-fn
- Removed
ng-model-low
in favor of rolling it intong-model
to take advantage ofngModelController
for dirty/pristine state management and form validation - Renamed
ng-model-high
tong-model-range
to better reflect it's purpose after removal ofng-model-low