[AngularJS] Re: datepicker under ng-repeat does not work.

2019-06-18 Thread Joey
Can you please share your code, i also want to do the same in my working module On Wednesday, May 29, 2013 at 9:29:09 PM UTC+5:30, Mason Jones wrote: > > In case it helps, I just wrote up yesterday a short blog post about using > the bootstrap-datepicker widget with AngularJS: > http://masonois

[AngularJS] Re: Datepicker with text input type

2016-12-29 Thread William Snell
Got it working finally. I was having some issues with posted examples, but I found one that works with some modifications. Here's the directive: module App.MyApp { var datepickerDirectiveArray = [ (): ng.IDirective => ({ restrict: 'A', require: 'ngModel',

[AngularJS] Re: Datepicker with text input type

2016-12-29 Thread William Snell
A little digging shed some light. The jQuery-UI datepicker isn't updating angular's model for that input. Apparently the solution to this is to create a directive that assigns the date value selected to the model. Still working on getting that set up. On Thursday, December 29, 2016 at 6:57:01

[AngularJS] Re: Datepicker with Json datetime

2014-04-24 Thread Piotr T
Your datetime is converted to ISO8601 format. "1931-09-07T22:00:00.000Z" is a datetime in UTC time zone. In .net to deserialize it correctly use datetimeoffset ISO8601 http://en.wikipedia.org/wiki/ISO_8601 On Monday, May 28, 2012 8:21:21 AM UTC-5, E_lexy wrote: > > I have a datepicker that does

Re: [AngularJS] Re: DatePicker inn AngularJs, I am implementing Datepicker using Angularjs but every time fails. because of not loading the file . Can anybody give example for this as soon as possible

2014-02-25 Thread Martin Alix
This works fine: http://plnkr.co/edit/9DvEv21JBapOhkPKFwr7?p=preview On Monday, February 24, 2014 10:37:19 AM UTC-5, Getulio Romão Campos Junior wrote: > > I couldn´t manage to make it accepting the date in the format "dd/MM/" > when typing the date instead of selecting it. Has anyone figur

Re: [AngularJS] Re: DatePicker inn AngularJs, I am implementing Datepicker using Angularjs but every time fails. because of not loading the file . Can anybody give example for this as soon as possible

2014-02-24 Thread Getulio Romão Campos Junior
I couldn´t manage to make it accepting the date in the format "dd/MM/" when typing the date instead of selecting it. Has anyone figure this out ? Best Regards, Getulio Junior On Thu, Feb 20, 2014 at 11:24 AM, Justin Walsh wrote: > http://angular-ui.github.io/bootstrap/ > > > On Thursday,

[AngularJS] Re: DatePicker inn AngularJs, I am implementing Datepicker using Angularjs but every time fails. because of not loading the file . Can anybody give example for this as soon as possible.Tha

2014-02-20 Thread Justin Walsh
http://angular-ui.github.io/bootstrap/ On Thursday, February 20, 2014 3:31:18 PM UTC+2, Deeksha Sharma wrote: > > Hello everyone,i am unable to implement Datepicker in AngularJs .Can > Anybody help me. > > Deeksha > -- You received this message because you are subscribed to the Google Groups "

Re: [AngularJS] Re: Datepicker

2014-01-09 Thread Sander Elias
@Pawel Thanks. It happens sometimes ;) Regards Sander -- 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 angular+unsubscr...@googlegroups.com. To post to this group,

Re: [AngularJS] Re: Datepicker

2014-01-09 Thread Kijana Woodard
I can imagine he's getting paid to produce code and he's doing with free forum labour. On Jan 9, 2014 8:23 AM, "Pawel Kozlowski" wrote: > On Thu, Jan 9, 2014 at 3:16 PM, Kijana Woodard > wrote: > > This thread is a bit disturbing > > Yes, it definitively is... > @Sander, you are good man, just d

Re: [AngularJS] Re: Datepicker

2014-01-09 Thread Pawel Kozlowski
On Thu, Jan 9, 2014 at 3:16 PM, Kijana Woodard wrote: > This thread is a bit disturbing Yes, it definitively is... @Sander, you are good man, just don't get burned out on such questions Cheers, Pawel -- AngularJS book: http://www.packtpub.com/angularjs-web-application-development/book Loo

Re: [AngularJS] Re: Datepicker

2014-01-09 Thread Kijana Woodard
This thread is a bit disturbing. On Jan 9, 2014 5:38 AM, "Archana" wrote: > Thank you very much sander!! :) > > On Thursday, January 9, 2014 2:23:40 PM UTC+5:30, Sander Elias wrote: >> >> Archana, >> >> You know I do this in my (very sparse) spare time don't you? If you need >> solutions ASAP, I'

[AngularJS] Re: Datepicker

2014-01-09 Thread Archana
Thank you very much sander!! :) On Thursday, January 9, 2014 2:23:40 PM UTC+5:30, Sander Elias wrote: > > Archana, > > You know I do this in my (very sparse) spare time don't you? If you need > solutions ASAP, I'm available for rent ;) > I cleaned up the mess in the whole project, > added the nee

[AngularJS] Re: Datepicker

2014-01-09 Thread Sander Elias
Archana, You know I do this in my (very sparse) spare time don't you? If you need solutions ASAP, I'm available for rent ;) I cleaned up the mess in the whole project, added the needed dependencies to the plunk. Had to copy and past the ui-date module, because it would not work from a cdn. It wa

[AngularJS] Re: Datepicker

2014-01-08 Thread Archana
Hi Sander !! Waiting for ur reply... On Wednesday, January 8, 2014 3:07:09 PM UTC+5:30, Archana wrote: > > here is the link.i've included all my routing files now * > http://plnkr.co/edit/YL2G140TLfac3NWP7UYD?p=preview > * > > On Wednesday, Ja

[AngularJS] Re: Datepicker

2014-01-08 Thread Archana
here is the link.i've included all my routing files now * http://plnkr.co/edit/YL2G140TLfac3NWP7UYD?p=preview * On Wednesday, January 8, 2014 2:54:51 PM UTC+5:30, Archana wrote: > > ok i will do that :) thank you > > On Wednesday, January 8, 2

[AngularJS] Re: Datepicker

2014-01-08 Thread Archana
ok i will do that :) thank you On Wednesday, January 8, 2014 2:50:58 PM UTC+5:30, Sander Elias wrote: > > now we are getting somewhere. > > So your problem is that your routing isn't working as you expect? > can you split out the needed parts to the needed files? > put the html you want to use as

[AngularJS] Re: Datepicker

2014-01-08 Thread Sander Elias
now we are getting somewhere. So your problem is that your routing isn't working as you expect? can you split out the needed parts to the needed files? put the html you want to use as a template in a html file, and the controler in a js file in the plunk, and add some routing to it. if you have d

[AngularJS] Re: Datepicker

2014-01-08 Thread Archana
Hi again. here is my link * http://plnkr.co/edit/YL2G140TLfac3NWP7UYD?p=preview * Problem what i'm facing is individualy without any dependencies its working fine but in my project, i'm unable to execute with all routings, dependencies On Wedn

[AngularJS] Re: Datepicker

2014-01-07 Thread Sander Elias
I suggest that you create a working plunker, where the only problem is the problem you actually want solved. -- 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 angula

[AngularJS] Re: Datepicker

2014-01-07 Thread Archana
Thank you very much for ur reply sander ! :) ya because there are many dependencies. the file which i have mentioned in plunker s one of the form and its controller in my project. what do you suggest. I'm struck with this problem.please help me Thanks On Wednesday, January 8, 2014 12:30:59 PM U

[AngularJS] Re: Datepicker

2014-01-07 Thread Sander Elias
I see a plunk. it does not load any scripts, so that's the reason it is not doing much. -- 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 angular+unsubscr...@googleg

[AngularJS] Re: Datepicker

2014-01-07 Thread Archana
ya i have created a plunker and given the link, can u see that and tell me where is the issue On Wednesday, January 8, 2014 12:08:39 PM UTC+5:30, Sander Elias wrote: > > > Archana, > > If you want to get some serious help with your problem, create a plunker > where everything is working except f

[AngularJS] Re: Datepicker

2014-01-07 Thread Archana
when i include ['ui.bootstrap'] in the controller, its not executing. and when i remove that only today,s date is getting displayed. Anyone please help me Thanks On Wednesday, January 8, 2014 12:05:06 PM UTC+5:30, Archana wrote: > > Controller is not working, anyone please correct this function.

[AngularJS] Re: Datepicker

2014-01-07 Thread Sander Elias
Archana, If you want to get some serious help with your problem, create a plunker where everything is working except for the problem you are having. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receivi

[AngularJS] Re: Datepicker

2014-01-07 Thread Sander Elias
Hi Archana, You can't cut and paste an angular app without knowing anything about it. did you go over the angular sample app? Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails

[AngularJS] Re: Datepicker

2014-01-07 Thread Archana
Controller is not working, anyone please correct this function. On Wednesday, January 8, 2014 11:48:13 AM UTC+5:30, Archana wrote: > > Hi ! Can anyone please make this code work for me. > here is my link *http://plnkr.co/edit/bJayQ552HhMwowzh4NSE?p=catalogue >