Your current scope is not root scope. So you have to write  like that:

<button type="button" class="btn btn-default" 
ng-click="grid.appScope.open($event)"/>

23 Aralık 2014 Salı 08:53:24 UTC+2 tarihinde Thrinadh Vagicharla yazdı:
>
> 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 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