[AngularJS] How to read the name of a Button clicked on a page developed using Angular

2018-02-22 Thread Usha Bisht
Hi All, Fairly new to the Angular world. I wanted to know if I were to find out the name of a button clicked on an Angular page how can I do that. For eg: Below is my code for a button on the page Selected Button When ever a user clicks on this button I need to print "Select Button" on the

[AngularJS] Handling file upload if no ng-model or input type = file is used.

2018-02-22 Thread Priyanshu Sinha
Hi! How to handle dialog box, while uploading file, using protractor. Docs suggest to use "element.sendKeys(filePath)", but this works if we have input[type = file]. I am using controller method to load file, so in that case how to use Protractor? Eg: Any help is appreciated. -- You

[AngularJS] Re: Property in ng-model not matching $scope.property in controller

2018-02-22 Thread Bakul Patel
Hi Shivang, This was really really helpful, saved lot of time!!! Thanks, Bakul On Thursday, June 5, 2014 at 5:33:27 PM UTC+5:30, SHIVANG SANGHI wrote: > > I have updated the code...Check this.. >> HTML: >> {{pageSize}} >> > ng-change=*"update(pageSize);"*> >>

[AngularJS] Does using AngularJS effect google indexes a web page/website

2018-02-22 Thread Stephen Staley
Does using AngularJS effect google indexes a web page/website -- 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

[AngularJS] merge multiple HTML files to generate single PDF

2018-02-22 Thread kiran naik
I have three HTML files and I need to generate a single PDF with all three HTML files. any help -- 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

[AngularJS] Re: Help Converting Ajax call to a put request

2018-02-22 Thread Sander Elias
Hi James, Perhaps this will help https://blogs.msdn.microsoft.com/officeapps/2012/11/29/solving-cross-domain-problems-in-apps-for-sharepoint/ I know there is a fair amount of SharePoint stuff done with Angular. Some of the core members where involved. If you need more help, I can ask around,