[AngularJS] Re: Picture taken from Camera/Gallery not reloaded

2017-10-10 Thread jaden behr
On Monday, October 9, 2017 at 9:21:15 AM UTC+3, Zlatko Đurić wrote: > > I suspect you might need to sanitize the file url. Now I don't remember > exactly for angular 1, but I think the service is called $sce, so look into > that first. Well , you are right, it is $sce. So I read a little bit

[AngularJS] How to generate script in angular2?

2017-10-10 Thread Soja C
Hi, I am trying to create a web application which can be used for quick chat.And this quick chat application can be subscribed by customers and they can implement the quick chat in their site by including the script tag which was generated on registering in my web application.Now I have some

[AngularJS] accessing child elements in directive impossible

2017-10-10 Thread Stéphane Ancelot
Hi, I would like to setup an onreturndirective to give focus to next field. I may have missed something, but I think the renderer2 lacks of some functions to access child components, I can not focus next element because it is inside a div. I made a plunker of my app: http://plnkr.co/edit/Ra5jV

[AngularJS] Re: NativeElement Undefined

2017-10-10 Thread Sander Elias
Hi Adnan, I’m missing some context here, So I’m guessing here that your fileInputCarAccident is inside a structural directive (*ngIf, *ngFor). That means it is not visible to the component when it’s getting initialized. Is that the case? Regards Sander ​ -- You received this message because

[AngularJS] Re: NativeElement Undefined

2017-10-10 Thread Sander Elias
Hi Adnan, I'm missing some context here, So I'm guessing here that your `fileInputCarAccident` is inside a structural directive (`*ngIf`, `*ngFor`). That means it is not visible to the component when it's getting initialized. Is that the case? Regards Sander -- You received this message be