Open dsprogramacion opened 8 years ago
I'm facing the same issue. Please help.
Hi. It ended up being that there are angular materials design libraries that have all the table functions you need included, also the checking-unchecking one, you don't need to nest the checklist model anymore! Go on google and look for md-table there're a few ones, use the one that fits better.
Enviado desde mi iPhone
El 12 feb 2017, a las 12:07, vignesh notifications@github.com escribió:
I'm facing the same issue. Please help.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Exactly.. I ended up using the md-checkbox way to solve the issue... Thank you
Hi This is my template:
And those are is my controller: `.controller('MainController', ['$scope', '$filter', '$state', '$timeout', 'AUTH_EVENTS', 'ITEMS_EVENTS', function($scope, $filter, $state, $timeout, AUTH_EVENTS, ITEMS_EVENTS) {
And the other Controller has inside (related to the topic):
When i click on the checkbox all check, it works fine, all the checks get checked, but when i click again, even tho theres no data inside the array (which is the ng-model for the checklist-model), the checks stay checked. Please Help!!!