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

Angular Material ng-click changes background #433

Closed
5 tasks
Drinkler opened this issue Sep 27, 2018 · 1 comment
Closed
5 tasks

Angular Material ng-click changes background #433

Drinkler opened this issue Sep 27, 2018 · 1 comment

Comments

@Drinkler
Copy link

Drinkler commented Sep 27, 2018

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.

unbenannt

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:

unbenanntsd

Thats without ng-click, but well, I can't press it anymore.

Please tell us about your environment:

  • Node-RED-Dashboard version: 2.9.8
  • Node-RED version: 0.19.3
  • node.js version: 8.11.1
  • Platform/OS: Raspberry Pi
  • Browser: Google Chrome
dceejay pushed a commit that referenced this issue Oct 7, 2018
@dceejay
Copy link
Member

dceejay commented Oct 7, 2018

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

image

@dceejay dceejay closed this as completed Oct 16, 2018
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

2 participants