angular-bootstrap3-datepicker icon indicating copy to clipboard operation
angular-bootstrap3-datepicker copied to clipboard

A Simple datepicker directive based on bootstrap3-datetimepicker

Results 17 angular-bootstrap3-datepicker issues
Sort by recently updated
recently updated
newest added

Create transclude with dynamic template, i followed this article: http://www.spaprogrammer.com/2015/01/angularjs-transclusion-with-nested.html this is what i have customized: ` dp = angular.module("ng-bs3-datepicker", []); dp.directive("ngBs3Datepicker", [ "$compile", function($compile) { var templatefirst = "";...

Since I use bundling, I enable the `ng-strict-di` mode and I saw that your directive doesn't support it. I had to wrap your directive with `["di1", ... function(di1){ }]);` Basically...

Please upgrade the Bootstrap version support, Currently its support only Bootstrap 3.0.0, Not Supported Latest Bootstrap Version. Please upgrade

it's possible set the mask input, for accepted only number?

The JSFiddle on https://www.npmjs.com/package/angular-bootstrap3-datepicker http://jsfiddle.net/benzen/46E2E/ is out of date, that is, the links to this repo are invalid. To bind the link to a certain commit, you can hit y...

My build system is picking up both versions of the script because both are in bower.json's main section. It doesn't make sense to me that both would be needed. Please...

added viewMode and minViewMode options in code and also added html in demo.html file

I noticed that memory was leaking while switching back and forth between pages that included the datepicker. The DOM Node Count in Google Chrome kept going up. I solved it...

Calendar popup didn't update months while data loaded at initially. ``` app.controller('AppCtrl', function ($scope) { $scope.date2 = "01-Jan-2015"; }); ``` While click the calendar icon -> current date(August- month) gets...