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
Is it possible to dynamically set "autostart" attribute using ng-attr?
For example:
<timer ng-attr-autostart="{{myVar.Status == 2 && 'true' || undefined}}" interval="1000">{{hhours}}:{{mminutes}}:{{sseconds}}</timer>
In my case, it won't autostart even when the evaluation is true. Is there anything else I should do?
The text was updated successfully, but these errors were encountered:
I am also faced this issue. Need solution.
Sorry, something went wrong.
No branches or pull requests
Is it possible to dynamically set "autostart" attribute using ng-attr?
For example:
<timer ng-attr-autostart="{{myVar.Status == 2 && 'true' || undefined}}" interval="1000">{{hhours}}:{{mminutes}}:{{sseconds}}</timer>
In my case, it won't autostart even when the evaluation is true. Is there anything else I should do?
The text was updated successfully, but these errors were encountered: