[AngularJS] Re: angular 4 nested formArray Cannot find control with path: 'segmentRows3 -> 1 -> segmentId3'

2018-05-01 Thread Sander Elias
Oh, nevermind, you are pushing an array into the array, and that is the problem. Regards Sander -- 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

[AngularJS] Re: angular 4 nested formArray Cannot find control with path: 'segmentRows3 -> 1 -> segmentId3'

2018-05-01 Thread Sander Elias
Hi Mamesaye, Can you make a stackblits that shows your issue please, that is too much code to interpret mentally! Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To uns

[AngularJS] angular 4 nested formArray Cannot find control with path: 'segmentRows3 -> 1 -> segmentId3'

2018-05-01 Thread mamesaye kane
I **cannot push** to an array. I have a segment(id, time) that can have one or several people (role, infos). The field are generated dynamically. On load the page shows the fields (see image below).

[AngularJS] Why does Protractor need to know the test framework?

2018-05-01 Thread Ashley Lionell
To use Protractor, one needs to specify the testing framework that he/she is going to use, like Jasmine, Mocha, or a custom framework like Cucumber. But why does Protractor need that information? Protractor is more like a JS wrapper/implementation of the Java Selenium WebDriver jar, along with

[AngularJS] Angular is not sending the Cookie received in Set-Cookie even if withCredentials is true

2018-05-01 Thread Manu Chadha
My application uses Angular5. For cookie based authentication, my server sends Set-Cookie to my Angular application. However, the application doesn't send the value back in further requests. I have set withCredential to true. Following is my code. const httpOptions = { headers: new HttpHe

[AngularJS] Re: Angular 4 : “ Set Cookie ” flag in Http response is not setting Cookie in browser

2018-05-01 Thread Manu Chadha
Hi Nitin Were you able to solve the issue? Iam facing the same problem and am clueless what is going wrong. Would appreciate if you could tell me if and how you solved the problem thanks Manu On Wednesday, November 1, 2017 at 9:27:53 AM UTC, nithins...@gmail.com wrote: > > up vote > down vote

[AngularJS] Re: ui-router $stateChangeStart doesen't work

2018-05-01 Thread trojek . pk
Hi. I changed "scope.$on('$stateChangeStart', function()" to "$rootScope.$on( '$stateChangeStart', function()" but it has no effect. How can I check check on which scope the router is defined on? Best regards, Tomek On Tuesday, May 1, 2018 at 6:16:09 AM UTC+2, Sander Elias wrote: > > Hi Trojek,

[AngularJS] Re: Angular 2+ - Access to undeclared member don't return type error

2018-05-01 Thread Antonio Nardiello
Thanks so much -- 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 ang