michaeljcoyne
michaeljcoyne
Latest ionic Can't find variable: FileTransfer error I think you need to update the code to latest file transfer or reference it some how.
In my app component (Ionic) I initialize imagecache. I then loop through the images on a remote server to preload them. I can see them being downloaded into the imagecache...
### Describe the bug Globally I am not able to show the popovers using emmitting on the root. ### Steps to reproduce the bug ``` Placement {{ placement }} Content...
When the class calls this function ``` private function checkDevicesTokens() { $devices = $this->getDevices(); $adapter = $this->getAdapter(); foreach ($devices as $device) { if (false === $adapter->supports($device->getToken())) { throw new AdapterException(...
Is it possible to convert back from gradient? If doesn't look like there is a fromString function. Thanks
Hi I am suddenly getting this error, after upgrading to Twill 2.9 Class pages specified in twill.dashboard configuration does not exists. If I remove the config the error goes away,...
Is there an example to update the files array order? Thanks Michael
I have an issue sometimes where menu items will fly off the page if they are not placed slowly directly under another one. Is there a way to fix this?...
When you hover to expand the +- should change. It doesn't.
My IsTree is expanding when relocating (Dropping) - I dont want it to do this - how do i stop? The following doesnt work: relocate: function () { $('.menu-tree-li').removeClass('mjs-nestedSortable-expanded'); }