Rob Ferguson
Rob Ferguson
### Describe the bug I have looked at the source code for the [Empty Cell](https://tiberiuzuld.github.io/angular-gridster2/emptyCell) demo (as well as the code in NastyZ98's [Angular 6 Dynamic Dashboard](https://github.com/NastyZ98/angular6-dynamic-dashboard) repository) in order...
Sample Dashboard with widget palette:
I think the console error is actually related to the `itemChangeCallback`: ``` // itemChangeCallback: this.itemChange.bind(this), ``` So I commented it out, but the error still occurs occasionally ... Still not...
Ok, my bad it seems the (intermittent) error was caused by not binding the 'this' pointer: ``` emptyCellDropCallback: this.onDrop.bind(this), ``` Cleared my browser cache and rebuilt everything and the application...
@townaquaticclub See: https://github.com/Robinyo/serendipity
Hi @KacperMadej, -> What will be required for the new feature to work? [tsconfig.json](https://github.com/highcharts/highcharts-angular/blob/master/tsconfig.json): ``` "module": "esnext" ``` -> I imagine that a type-less version of the component could do...
Sure, it is not really an issue it is a link to a project that I thought might be of interest. You can also import a realm by copying it...
 Ref: - https://material-density.glitch.me/ - https://github.com/material-components/material-components-web/tree/master/packages/mdc-density - https://material.io/design/layout/applying-density.html#
Followed @asgeo1 and @jimthedev's advice: - http://robferguson.org/2015/07/07/customising-ionic-with-sass/
Step by step (OS X Yosemite, node 0.12.5, npm 2.11.2): - yo ionic - Would you like to use Sass with Compass (requires Ruby)? No - Which Cordova plugins would...