Hi Thanks for the reply.
My definition for open() is
 $scope.open = function ($event) {
            debugger;
            $event.preventDefault();
            $event.stopPropagation();

            $scope.opened = true;
        }
i assigned that to true but not getting datepicker.
Please suggest me


Thanks and Regards,

*THRINADH VAGICHERLA*
Mobile: +91-8050 03 8050
           +91 868 66 66 309
Email id : [email protected]

On Sat, Dec 27, 2014 at 1:53 AM, Tobias Wolff <[email protected]> wrote:

> Hi Thrinadh,
>
> can you post your definition of the "open()" function? My first guess is
> that you do not set the scope variable "opened" to "true" as only this will
> show the date picker.
>
> Tobias.
>
>
> On Tuesday, December 23, 2014 7:53:24 AM UTC+1, Thrinadh Vagicharla wrote:
>>
>> Hi
>> Thanks for looking in to my issue.
>> I placed a custom filter in my angularjs grid in that i have  a column
>> date so i want to filter that column with datepicker. So i placed a
>> headercelltemplete i placed
>> <input type="text" datepicker-popup="dd-MMM-yyyy" ng-click="open($event)"
>> placeholder="{{col.displayName}}"
>>        ng-model="col.filterText" is-open="opened" max="today" name="date"
>>        datepicker-options="dateOptions" date-disabled="disabled(date,
>> mode)"
>>        close-text="Close" ng-style="{ 'width' : col.width - 14 + 'px' }"
>> style="position: absolute; top: 30px; bottom: 30px; left: 0; bottom:0;" />
>>
>> inside headercelltemplete but i am not getting the datepicker please
>> suggest me & help me to get the output as i expected.
>> Thanks in Advance
>> Regards
>> Thrinadh
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "AngularJS" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/angular/2z76IWsZnQQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to