This repository was archived by the owner on Feb 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 490
ng-click not working in buttons #923
Labels
Comments
I get the same problem, even ng-click="alert(1)" not working!!! |
see #305 @marcokorb you provide a solution in #552, but it's not working for me. @brianmyler I don't understand your solution. I add a class all to action column, but it's not working. You say we should make the action column not responsive, but how? |
@HeroadZ, Use the following if you want a button to always show and not collapse into the subtable |
@brianmyler thanks for the solution. My buttons always show, but ng-click attribute not working, maybe I should find some other answers. |
Please see this example. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
I have a table which renders content dynamically, however, I also have buttons that perform edit and delete actions but nothing happens when I click on them. I've seen issues #692, #343 and #454, none have helped me solve this problem.
app.js
admin_users.js (Controller)
admin_users.html
Right now they're anchors, but if I change it to buttons the issue remains.
I don't know what else to do, this has been bugging me for days.
If you need something more I'll gladly provide it to my question.
Thank you for your help.
The text was updated successfully, but these errors were encountered: