TJ Woon

Results 4 issues of TJ Woon

Hello, First of all, thank you for this library, and also for the main `ajv` library! :) I would just like to post this in order to save other people...

Currently users see jQuery Datepicker's default format in the input element, while our $scope gets the format we specified in uiDateFormat. This PR makes the input element display the correct...

When my source code is in a path with spaces, e.g. "Source Code", this task fails with the following output: ``` Running "concat_sourcemap:scripts" (concat_sourcemap) task [D] Task source: /.../node_modules/grunt-concat-sourcemap/tasks/concat_sourcemap.js Warning:...

[This line](https://github.com/kajic/jquery-injectCSS/blob/master/jquery.injectCSS.js#L173) does not seem to work on Internet Explorer 9. On the other hand, the "Others" browsers codepath works fine... ``` if (isIeStylesheet) { containerDomElem.styleSheet.cssText = css; } else...