[AngularJS] Want to make service in Angular2 which can make http call to different origin.

2016-05-16 Thread Rohit luthra
I want to make service in Angular2 which can make http call to different Cross origin with 'Content-Type', 'application/x-www-form-urlencoded' and get json response in Angular2 array or any object. Basically How to submit Formdata using JSONP for cross-domain /** *

[AngularJS] No more ng2 errors?

2016-05-16 Thread Vern Jensen
Somewhere between upgrading from Angular2 beta 1 to beta 17, I stopped getting console errors from Angular2 for HTML formatting issues that were causing things to break. For instance, if Visual Studio changes an "ngIf" to "ngif" (no longer camelcase) the directive stops working. In beta 1 and

[AngularJS] Defining HotKeys in Angular 2 App

2016-05-16 Thread Benin Yesu
Hello, I am planning to migrate a Windows based thick client application to Angular 2. Current VB6 application users are used to use HotKeys (KeyBoard shortcuts). Being Angular 2 app will run in a browser, will I be able to use the hotkeys? I could find online the we can handle keypress event

[AngularJS] Re: AngularJS Testing Chrome Storage API wrapper [chrome app]

2016-05-16 Thread Ankit Muchhala
Hi, I am trying to do the same in Jasmine. Could you help me? Ankit On Wednesday, March 19, 2014 at 5:34:38 AM UTC+5:30, Vitaly wrote: > > I made working tests for me. Here there are: > > describe('chromeStorageApi', function(){ > var mockWindow, chromeStorageApi; > >

Re: [AngularJS] Re: Angular2 + Express.js running on the same port?

2016-05-16 Thread Zlatko Đurić
Ok, that is a good progress. You now have a broken app that you can serve. All you need to do is fix the build process. Now, the error bellow suggests many things, but I would bet on version changes. There were a lot of breaking changes during Angular2 beta issues - almost each new beta

[AngularJS] Job Role: Hyperion Workforce Planning / Location- Woonsocket, RI / Contract

2016-05-16 Thread Vinay jais
Hello, Hope you are doing great! We have below Job opportunity with our reputed client. Please find the details mentioned below. Employment Type - Contract Role Hyperion Workforce Planning Mandatory Technical / Functional Skills • Atleast 10 years of overall experience •

[AngularJS] How to follow style guideline 04-10 Create and Import Barrels. App now looking for non-existent file

2016-05-16 Thread Alan Hoffman
Hi all, I'm trying to follow style guideline 04-10 Create and Import Barrels at https://angular.io/docs/ts/latest/guide/style-guide.html My code compiles just fine but when I try to run my app it throws a 404 error. It is looking for a file that does not exist. For some reason angular is

[AngularJS] Need Angular Lead Developer for Fulltime

2016-05-16 Thread sam . panzersols
Job Description: Primary Skills - HTML5, CSS, JavaScript, angular.js, bootstrap, AJAX, jQuery Experience on ASP.NET MVC , C#, .Net Exposure to Web services - Restful and WCF, ADO.NET and SQL Server 2008/2012 Exposure to Git/Team Foundation Server Creating HTML from visual designs Web page

[AngularJS] Need Angular Lead Developer for Fulltime position

2016-05-16 Thread sam . panzersols
Job Description: Primary Skills - HTML5, CSS, JavaScript, angular.js, bootstrap, AJAX, jQuery Experience on ASP.NET MVC , C#, .Net Exposure to Web services - Restful and WCF, ADO.NET and SQL Server 2008/2012 Exposure to Git/Team Foundation Server Creating HTML from visual designs Web page

[AngularJS] $sce.trustAsResourceUrl not supported in IE11?

2016-05-16 Thread Mike Park
I'm trying to display a PDF. This works in Chrome, but not IE11. Everything I have read confirms the following should work. However, I still see many people having the same issue as me in forums. Is there a way to make this work in IE11? PDFService.getPDFContent(function(response) { var

Re: [AngularJS] Re: Angular2 + Express.js running on the same port?

2016-05-16 Thread Kyle Thomas
This application started as a yoeman - generator-angular-fullstack and uses grunt, but since I'm converting it over to NG2 i'm running a hybrid with the upgradeAdpater so I can run both. The yeoman generator was running everything through the .tmp. I guess I'll look into seeing if I can modify

[AngularJS] run angular 1.3 in 1.4

2016-05-16 Thread Rahul Tiwari
I had an appliation made previously on angular 1.3, which had some dependencies then. the structure is: .angular 1.3 >.. Now i have a new app .angular 1.4 >.. now what i want is to use my previous app as a widget in my new app. How to achieve this? i have some libraries in

[AngularJS] Re: Angular 2, CORS

2016-05-16 Thread Kevin O'Donovan
> > Ah, just remembered that I'd provided HTTP_PROVIDERS in my app.component. > Removed it and I'm now getting the following error: > Wildcard in Access-Control-Allow-Origin not allowed when credentials flag is set to true. followed by XMLHttpRequest: Network Error 0x80070005, Access is

[AngularJS] Re: Angular 2, CORS

2016-05-16 Thread Kevin O'Donovan
Hi All, Just come across this thread. I think it addresses the problem I'm having. I have a web api service built with Asp.Net Core that I am trying to access from an Angular 2 app. The web api is set to allow anonymous access, and I have enabled CORS, but am getting a 401 when I try to call

[AngularJS] ng-model issue inside ng-repeat.

2016-05-16 Thread Navaneeth S
Hey guys, I am stuck on this, someone please help. Having difficulty to assign ng-model values on ng-repeat. So i am repeating this div with an array of json objects. I can print the 'ID' value of the object inside any element. But i can't use that as the ng-model value for the checkbox