-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lack of documentation/demonstration #2
Comments
True, I'll have to create some docs.
I have a working demo here: |
Looking so nice and useful - we unfortunately use angular 1.0.7 and this breaks it. Would be nice to have the requirements and the demo in the readme-file. Please continue working on your project - in my opinion it's the best solution out there (spent a day searching...) |
...and maybe there is a way to remove the console logs before deploy ;) |
thanks for your feedback ibes. |
…equired) removed console.logs reformatted index.html updated bower dependencies (angular-unstable) updated README #2
…equired) removed console.logs reformatted index.html updated bower dependencies (angular-unstable) updated README #2
Thanks for the hint -> I will try to get it running with angular 1.0.7 because we don't need the date-range-picker. Maybe it works well enough. As I have to support IE8: the function "indexOf" is not supported in IE8 - so browser requirements are at least IE9 (could be fixed with underscore.js, jquery inArray or implement it if it is needed (http://stackoverflow.com/questions/1744310/how-to-fix-array-indexof-in-javascript-for-ie-browsers) Don't know if the rest works in IE8 and just in case you care (or want to deliver another version with wider browser support). |
As for IE8 there are already lots of shims that you can use like kris kowal's https://github.com/kriskowal/es5-shim |
Hi,
I would like to try your datepicker, but it doesn't work out of the box for me.
My I don't use it right. A little more dokumetation or a demo on fiddler or plunker may help.
You've did a bower package and the module ist on ngmodules so I guess it is ready for use.
Which browsers do you support?
The text was updated successfully, but these errors were encountered: