Sámal Rasmussen
Sámal Rasmussen
I had transpileOnly: true in my at-loader options. Changed it back to false, and got the errors back.
It's a crying shame seeing 18 pull requests just linger.
30 pull requests 😭
md-virtual-repeat should help a lot: https://material.angularjs.org/latest/demo/virtualRepeat https://material.angularjs.org/latest/api/directive/mdVirtualRepeat It will make sure that you are only actually rendering what in visible in the table. Other than that you can try to...
Ok I needed this, so I did some jquery hacking inside the $postLink hook on my component: ``` this.$timeout(() => { const jqElement = $(this.$element); const selectAllCheckbox = jqElement.find('thead md-checkbox');...
Just in case anyone is still wondering if it is possible, I just wanted to let you know that I at least was able to do custom sorting using the...
The complexity of maintaining the mongo db integration might be one of the reasons holding back the maintenance of this project. Currently TypeScript-Node-Starter is falling way behind in upgrading the...
A scrollbar would be super nice, but I'd take a simple percent number indicator in the top right corner for now, just so I know how far back I've scrolled....
More people having this issue (including us): http://stackoverflow.com/questions/31002499/angular-translate-sanitisation-fails-with-utf-characters
I would really like to see a frameworkless and as close to vanilla html/css/ts frontend included. It's the best at showing what is actually necessary as opposed to what is...