Morten Holmgaard

Results 51 comments of Morten Holmgaard

I fixed some of it and uncommented the rest. Related issue with same code: https://github.com/mythz/swift-linq-examples/issues/3#issuecomment-84158339

Did you migrate to build.gradle.kts? I have same problem after that, but it might be kind of expected - though I need a fix for that. Edit: Supported build.gradle.kts here:...

I have found a way to fix this: In Module.directive('dateTime' ...) link method: element.bind("change", function (e) { //Custom method console.log("Input changed"); var newDate = parseDate(e.srcElement.value, e.srcElement.attributes["format"].value); scope.$broadcast('set-user-typed-date', { date: newDate...

Hope you find the time to uploade the documentation somewhere soon. It works with the zip, but it is very cumbersome..

@emawby Please look into this issue! We have all kinds of problems with this with every release we are trying to make!!