Daniel Talash
Daniel Talash
This issue has been fixed in the latest version of the library. [The demo](https://rawgit.com/g00fy-/angular-datepicker/master/app/index.html) no longer exhibits this problem.
You need to switch the moment locale in order to have the dates localized to whatever language you want. See [this section](http://momentjs.com/docs/#/i18n/changing-locale/) from the moment docs. You will need to...
@Sofianio check out the `minView` attributes. Setting `minView` to `'date'` will disallow selecting times (only years, months, and days will be selectable)
Hi, The use case is that we track our tests in git along with the code which is being tested, so that we can check if a particular combination of...
I get exactly the same issue, and the same message shows up in my `ActivityLog.xml` This is Visual Studio Pro 2015, running on Windows 7.
Well that would explain it. Maybe the extension should not be installable under VS2015.
If you want to get access to the response object without forking this library you can always retrieve it via reflection. For example, from a sub-class: protected function getResponse() {...