mrft
mrft
Hi When trying to use Mikado inside a webpack-packaged application, I see the following error on the browser's console: `Uncaught ReferenceError: SUPPORT_EVENTS is not defined` which seems plausible since the...
When you have something similar to this structure: ``` html {{task.description}} {{option.name}} ``` All of the sv-handles will reorder the outmost sortable. I guess it should be possible to allow...
… only items that are actually in the list are moved. The rest of the array will not be touched.
Since I don't want to show all items but only the even ones, and not the first 2 I have added ng-if="( $index >= 2 ) && ( ( $index...
While investigating, I found out that I had the same problem with standard coffee-script too: jashkenas/coffeescript#4379
The OFunction object will be saved with an extra property icedcoffeescript or livescript (when applicable), and before saving it will be compiled to javascript and the 'code' property will be...
Trying to require a css file starting with @-webkit-keyframes fails with the following error: ParseError: Unexpected character '@' Is this a bug, or does someone know of any workarounds to...