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

calendar and datepicker directives for angular

Results 101 angular-datepicker issues
Sort by recently updated
recently updated
newest added

Uncaught ReferenceError: angular is not defined at eval (index.js:850) at Object../node_modules/angular-datepicker/dist/index.js (vendor.bundle.js:95) at __webpack_require__ (inline.bundle.js:55) at eval (app.module.ts:10) at Object../src/app/app.module.ts (main.bundle.js:51) at __webpack_require__ (inline.bundle.js:55) at eval (main.ts:4) at Object../src/main.ts (main.bundle.js:382)...

issue has been fixed with utcOffset for some timezone like xx:30, xx:45, issue fixed with considering utcOffset as hour & minute separately. Issue number #261 Time not showing correctly for...

Hi, I need to set date inside a protractor test to an input that is readonly. ``` ``` Running the code below doesn't insert anything into the input. It works...

Bumps [bower](https://github.com/bower/bower) from 1.5.3 to 1.8.8. Release notes *Sourced from [bower's releases](https://github.com/bower/bower/releases).* > ## v1.8.8 > Fix security issue connected to extracting .tar.gz archives > > **This bug allows to...

dependencies

We used this directive in our project, it's better we can also define min & max value for the dateRange directive.

max-date is not working properly, when disable the future date, allowing select future date which is setting current date, if condition attrs.disabled nt getting true so it will always set...

I'm getting min-date value from server, but it doesn`t update (first value from controller scope) .

In my case the Date time picker started 00:30 and end 22:30 (there is no 23.30 at least); the reason is there is duplicated 05:30. Then i found it's happening...

Callback inside my controller: `functionToFire() { console.log('Yo!'); }` Template: ``` ``` I tried _on-set-date_ either but w/o success. Using Angular 1.5, date-picker is inside component.

Hello, I've got troubles to bind my date-time with my controller In my html i've got ` ` and in my controller i've got a un-initialized $scope.day but used in...