You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this and activity.length initial value is 1 ->"1 hour" is show. When activity.length increases -> "{{$count}} hours" is shown, but when returns to 1 -> "1 hours is shown"
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
<input type="range" ng-model="activity.length" min="1" max="10" step="1"> <span translate translate-n="activity.length" translate-plural="{{$count}} hours">1 hour</span>
I have this and activity.length initial value is 1 ->"1 hour" is show. When activity.length increases -> "{{$count}} hours" is shown, but when returns to 1 -> "1 hours is shown"
The text was updated successfully, but these errors were encountered: