[AngularJS] Re: AngularJS + Play Framework 2.2 File Upload

2017-01-30 Thread 1kayjee
hi james can you show an example on this ?i am currently working on something on play 2.1 and and angular 1.2.4 and i am able to send the file but play doesnt seem to handle it.heres the angular code i use form this jsfiddle http://jsfiddle.net/JeJenny/Z49N4/ thanks On Saturday, April 12, 2014

[AngularJS] Re: Using Material 2 with Protractor

2017-01-30 Thread Sander Elias
Hi Sam, This is in the tests of Angular material itself: beforeEach(async(() => { TestBed.configureTestingModule({ imports: [MdButtonModule.forRoot()], declarations: [TestApp], providers: [ {provide: ViewportRuler, useClass: FakeViewportRuler}, ] });

[AngularJS] Using Material 2 with Protractor

2017-01-30 Thread Sam Genest
Hi, Im trying to get started with Angular 2 and Material 2. I have setup Angular 2 and Followed the Material 2 getting started guide (https://material.angular.io/guide/getting-started). Material2 seems to be working fine in the browsers but Protractor is having issues with finding the material

[AngularJS] Can't get value from picklist

2017-01-30 Thread Christian Dollerup
Hi Angular i new to me so this might just be a silly beginner mistake. I have two select that list some users. From: *{{*systemuser.FullName*}}* To: *{{*systemuser.FullName*}}* COPY I have tried to pass the systemuserid to my function. Both as parameters and usign scope both I

[AngularJS] Re: Issue using ngModel and directives together on same element using angular2

2017-01-30 Thread Sander Elias
Hi Sbo..., You should never use the nativeElement this way. It look that you are trying to create a custom validator. Have a look at this article from Pascal , that explains how to do that. Regards Sander --

[AngularJS] Re: Angular moduleId in component libraries

2017-01-30 Thread Sander Elias
Hi Thomas, I know both bootstrap, and material use a .forRoot () method on the module. I didn't really look into this (yet) but I highly suspect that it has a lot to do with the exact same issue you are having. Regards

[AngularJS] Re: Angular 2 without NPM

2017-01-30 Thread TheRyanSmee
Oh ok, I didn't realise there was building and compiling outside of the compiling the Typescript down to ES5. It all makes a lot more sense now as to why I should develop with nodeJS and the npm. Thanks for your help Ryan On Saturday, January 28, 2017 at 8:00:57 PM UTC, Sander Elias wrote: >

[AngularJS] Angular moduleId in component libraries

2017-01-30 Thread Thomas Stephenson
I'm developing a angular project that has grown large enough to warrant increased modularization, so I went through the process of splitting out a lot of the components I use into separate libraries. These packages might in future be published via npm, but for the moment they are unpublished. F

[AngularJS] Need help regarding handling dynamic element in table using protractor.

2017-01-30 Thread JK
Hi All, I am working on protractor. I need to fetch the rownumber from the table to process my record. I am unable to get so. Appreciate you help. Code: rows.filter(function(row, index) { console.log('index = '+ index); count = index+1; console.log('count = '+ coun