We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$scope.testfunc = function (blah) { return "test"; }
`
The text was updated successfully, but these errors were encountered:
hi @jitbit can you provide a codepen or something alike to show the issue?
thanks Mauro
Sorry, something went wrong.
ng-model="vm.sub.slotDuration" options-expression="item in vm.ddc.durations"
Work
<div class="truncate"> {{vm.moment.duration(vm.sub.slotDuration.durationMinutes, 'minutes')| humanizeDuration}} </div>
vm.moment - momentJS
Do not work
<div class="option"> {{vm.moment.duration(option.durationMinutes, 'minutes')| humanizeDuration}} </div>
vm - undefined
What is the point in the library if I can not modify the options list?
how to apply to the options list the filter with icons?
<div class="option"> <i class="icon {{option.id | iconClass:'sp' }}"></i> {{option.title}} </div>
No branches or pull requests
$scope.testfunc = function (blah) { return "test"; }
`
{{testfunc(option)}}
The text was updated successfully, but these errors were encountered: