Paweł Golonko

Results 8 comments of Paweł Golonko

If someone will be looking for the answer: ```javascript import echo from 'echo-js'; echo(window).init({ throttle: 250, offset: 1000, unload: true, }); ```

It's because now by default bindings are not pre-assigned in directive/component controller constructors. You can't access them before `$onInit` is called. More details: angular/angular.js#15352 To switch is back, just call...

@zbjornson I'm not telling to change it in the library :) It was a tip for @ravtakhar how he can temporarly fix the problem.

You can skip peer dependency conflicts checking by running `npm install --legacy-peer-deps` or you can set `npm config set legacy-peer-deps true` and then run `npm install` once again. More information:...

@blondie63 it's unrelated. You have to update npm to 7.5.6 or newer to match `@angular-devkit/architect` requirements.

You can use my fork, it has build with all recent changes. ``` "angular-ui-select": "Greenek/ui-select#header-footer-2" ```

I took care of it. To install latest build just type: `bower install ng-table-bundle --save` Fork is available here: [Greenek/bower-ng-table](https://github.com/Greenek/bower-ng-table)

To fix the problem: 1. disable `symbol-view` package 2. try to uninstall `atom-ctags` - if it fails or package is still visible as installed - restart Atom and package should...