52 questions
1
vote
1
answer
1k
views
Angular- Date Picker disable validations
I am using angular8.
I have date picker from date , To date , renewal date. If I select from date and To date then renewal date will be the inbetween the from date and To date. In this the remaining ...
0
votes
0
answers
175
views
How to set (or remove) timezone for AngularJs UI mix with jQuery Datepicker
I have a input type Date, because my Project user Spring MVC + AngularJs, so i used Datepicker of AngularUI, but when value send into Request, timezone always auto minus 7 hours, i looking for all ...
2
votes
0
answers
1k
views
How to Enable only current month date using AngularJs
I want to disable the previous month dates and next month dates when the current month dates show in a calendar. I can do this
HTML
<div class='input-group date' id='datetimepicker1' ng-click="...
0
votes
0
answers
703
views
AngularJS Controller resetting $scope variables after setting
I am trying to implement a simple datepicker using the akveo AngularJS project.
When I change my date,I am setting a $scope variable from on-change function. When I debug, I can see that the correct ...
0
votes
1
answer
126
views
uigrid is catching keyboard key events
Using AngularJs 1.x, I have a datepicker which should pick today when you press t. And I have ng-typeahead which should scroll down the options when keydown is pressed.
They both work fine when ...
0
votes
1
answer
2k
views
$parse Syntax Error when binding Angular Expression to Directive Attribute
Can't bind attributes on template using directive
I can't seem to bind attributes on the templates using directives. Any help or suggestion would be great!
It is giving me this error:
[$parse:syntax] ...
-2
votes
1
answer
2k
views
Date Range Picker in angular-ui-datepicker
I want to implement Date Range Picker in angularjs by using angular-ui-datepickerbut I can't find the resource or good example for this so can anyone suggest me for date range picker or normal select ...
1
vote
0
answers
150
views
I want to make dynamic table(with col and rows) base on calendar date
Here image how i want to show my table if i write any with date range base on calendar. In angular js.
5
votes
1
answer
2k
views
UI Bootstrap datepicker duplicated when appended to body
I'm using ui.bootstrap.datepickerPopup in a filter header template inside ui.grid. This lets me filter rows by date. I also have a button inside the grid menu that toggles grid.options.enableFiltering....
0
votes
1
answer
1k
views
conditional min and max date in uib-datepicker
I want to add an uib-datepicker in an ng-repeat. Each item has it own min and maxdate, so I want to conditional set this to the datepicker.
Currently I have this, but it isn't working:
<p class="...
0
votes
2
answers
690
views
How to diable previous dates in angular-io-datepicker
I dont know much about the angular 4, can any tell me how to diable previous dates in angular-io-datepicker.
2
votes
1
answer
240
views
Angular ui date picker short date format, incorrect past date/year after selection
UI date picker is showing incorrect date when, short date is selected from the format and any date in previous years like 1921 is selected, the date selected will be shown as in year 2021, ideally it ...
0
votes
1
answer
843
views
How to set input field validation in reusable custom directive?
I'm trying to make a reusable custom directive that will validate date in input field. Code provided below is working, however is not reusable at all which is my biggest concern.
What I was trying to ...
0
votes
2
answers
185
views
Angular $compile causes Datepicker popup box to misbehave slightly
UPDATE 1: add more details.
UPDATE 2: added the plunker code to reproduce the problem. See link below.
UPDATE 3: I got reply from angular team on github. Check it here.
UPDATE 4: Posted updated on ...
0
votes
2
answers
355
views
add traduction to ui-datepicker in angular ui-grid
is there a way to translate the button in the angular ui-datepicker in this plunker example.
I tried adding close-text="{{\'lblClose\' | translate}}" current-text="{{\'lblToday\' | translate}}" clear-...