skidvd

Results 10 comments of skidvd

Interesting, I made a plunker (https://plnkr.co/edit/QfjzjIfvD1lcQpy7InNV?p=preview) to demo this issue. However, it works as desired in the plunker. It appears that the first tab is just not receiving the 'active'...

If I modify the stSearch attr.$observe block discussed in 3) above to comment out ``` ctrl.tableState().search = {}; ``` Then all 3 of the above predicates are restored and applied...

@lorenzofox3, I notice you added the documentation tag. Does this imply that there is (or should be) something in the docs that clears this up? From my debugging efforts, it...

I understand that stPersist is not really part of smart-table code. However, the change that I needed to make to 'fix' this issue was in stSearch, which I assume is...

I have forked your plunk and modified it ever so slightly - http://plnkr.co/edit/COscK7?p=preview. I believe I have narrowed this problem down further to a scope issue. The key change was...

Kindly nudged as this remains an issue. Any updates on fixes based upon the requested and provided plunker (http://plnkr.co/edit/COscK7?p=preview) will be greatly appreciated!

Interesting... I still have version 1.2.8 which has worked well for our needs, but I recently started seeing this behavior/problem after upgrading to Angular 1.5.9. Minimizing the gantt tree appears...

In my searching, I have discovered this post: https://serverfault.com/questions/805158/how-to-get-an-email-report-of-whatever-the-most-recent-maldet-scan-is It suggests adding something like this https://github.com/kdubdev/linux-malware-detect/blob/master/files/cron/custom.cron into maldet's custom.cron file. I tried it and it does indeed result in a...

I am encountering this issue as well and following the steps in #223 does not appear to have any affect. I'm running grunt serve on a Ubuntu 16.04 LTS platform...