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
<md-content> <md-list> <md-list-item ng-repeat="item in msg.payload" ng-click="send({payload:item.sap_description})"> <div class="md-list-item-text"> <p>{{item.sap_description}}</p> </div> </md-list-item> </md-list> </md-content>
That's the code from a template in node red.
If I add ng-click, the background changes and I can't change it back.
I just wanted the material design but with the normal background.
I already tried npm i install node-red/node-red-dashboard but it's just loading.
Should look kinda like this:
Thats without ng-click, but well, I can't press it anymore.
The text was updated successfully, but these errors were encountered:
try to sort out ng-click in a list
bea9ea3
To address #433
Hi @Drinkler, I have pushed a fix to master - please give a try and see if it works for you ?
We believe it is related to this upstream issue - angular/material#7525
Sorry, something went wrong.
No branches or pull requests
What are the steps to reproduce?
<md-content> <md-list> <md-list-item ng-repeat="item in msg.payload" ng-click="send({payload:item.sap_description})"> <div class="md-list-item-text"> <p>{{item.sap_description}}</p> </div> </md-list-item> </md-list> </md-content>
That's the code from a template in node red.
What happens?
If I add ng-click, the background changes and I can't change it back.
What do you expect to happen?
I just wanted the material design but with the normal background.
I already tried npm i install node-red/node-red-dashboard but it's just loading.
Should look kinda like this:
Thats without ng-click, but well, I can't press it anymore.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: