[AngularJS] Date is not selected in Datepicker when date assign from angular controller. need help

2018-03-05 Thread Md. Abu Bakar Siddiq
-- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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, send email to

[AngularJS] Dynamical adding new component to application that hosted with out building the whole application or using ng-build :angular 4/5

2018-03-05 Thread ajeesh
Am run into a situation where i really want to use Angular 5 because of one requirement question which am not able to find an answer I am forced to go with angular 1. Please help me to get an answer in how can i achieve the below scenario. I have an application which is created and hosted in

[AngularJS] Date is not selected in Datepicker when assigned from angularjs controller

2018-03-05 Thread Md. Abu Bakar Siddiq
please help me about the problem. the problem is when i assign date to date input from angularjs controller, the given date is not selected in datepicker. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from

[AngularJS] Re: I trying to generate PDF from HTML with multiple page breaks - angular 4

2018-03-05 Thread Vishnu Bidarakundi
On Wednesday, February 28, 2018 at 4:02:10 PM UTC+5:30, kiran naik wrote: > > Hello, > > I’m new to angular4, I trying to generate PDF from HTML with multiple > page breaks for multiple users like 200. The problem is I have to get the > JSON data from server and bind the data to HTML and

[AngularJS] load jquery script after router.navigate

2018-03-05 Thread Vishnu Bidarakundi
I have jquery script. I want to load those scripts after the `router.navigate`. I tried with this code author component this.zone.run(() => this.router.navigate(['/author'])) In other book component in `ngOnit` I am loading those scripts ngOnit(){ this.jquryscripts(); }