Skip to content
New issue

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

Unable to set ng-disabled #4

Closed
XVincentX opened this issue Jun 21, 2015 · 0 comments
Closed

Unable to set ng-disabled #4

XVincentX opened this issue Jun 21, 2015 · 0 comments

Comments

@XVincentX
Copy link

When trying to set custom condition on ng-disabled on a status button directive, like
ng-disabled="ctrl.form.$invalid"

The component does not work since it is appending other conditions without placing a proper or conditions.

The thing works if writing the condition in this way.

ng-disabled="ctrl.form.$invalid || "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant