[AngularJS] Re: CI Server for angular applications?

2017-08-12 Thread Sander Elias
Hi Tito, The AngularJS team uses Jenkins. Travis or circle CI should do fine for Angular from version 2 and up. Also, you should see this talk from my friend Raul Regards Sander -- You received this messag

[AngularJS] Beginner Help

2017-08-12 Thread Viren
Hi Everyone I have the following code. Everything works fine. I check the $scope in debug log and it is getting populated and 4 elements. However, table rows are not getting populated There are no values for {{item.action}} & {{item.done}} Thanks in advance for your help Viren Promise

[AngularJS] Beginners Help

2017-08-12 Thread Viren
Hi I am new to AngularJS and facing this strage issue I have the following code. Everything is working fine just {{item.action}} & {{item.done}} are not getting populated and returning null I checked the debug and item is have 4 array elements Please help Thanks Viren Promise Example

[AngularJS] Re: Augury and "ng.probe is not a function"

2017-08-12 Thread Sander Elias
Hi Joe, You should file an issue on the augury repo! I can take a look if you can whip up a minimal repo that can reproduce this. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discu

[AngularJS] Re: Beginners Help

2017-08-12 Thread Sander Elias
$http is returning a response, not your bare data. In your sample, you need to use data.data 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,