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
Hey Danial!
Is it possible to set ngf-drop, ngf-select disabled on some scope conditions? Like this
<div ng-init="enableSelect=false"> <div ngf-drop ngf-select="enableSelect" ng-model="model" ></div> </div>
I need this drop areas to be readonly on some point
The text was updated successfully, but these errors were encountered:
Fixed #783 #764 #777 #766 #763 #761 #721 #687 #650 #710 #784 #768 #789
39fa784
Added feature in version 5.0.0, as you suggested here.
Sorry, something went wrong.
Great! Thanks for following up on this.
This feature now move to ngf-select-disabled and ngf-drop-disabled directives.
ngf-select-disabled
ngf-drop-disabled
No branches or pull requests
Hey Danial!
Is it possible to set ngf-drop, ngf-select disabled on some scope conditions?
Like this
I need this drop areas to be readonly on some point
The text was updated successfully, but these errors were encountered: