[AngularJS] AngularJS's http service always returns error

2016-10-17 Thread Thomas_N
I am wondering why my AngularJS http service is always returning error with status -1. I have php code and run php code as localhost/ajax.php can retrieve data from database. So php is working fine. The retrieved data is as follow.

[AngularJS] Firefox, .map requests for Angular2 (2.0.1) .. how to stop them?

2016-10-17 Thread mike
Even with the developer/firebug console closed, with firefox (not safari or chrome), for my angular2 projects, the web server is being hit hard for every corresponding .map file (for every .js request).How can I stop this behavior? It only happens for angular2 and only with firefox. My

[AngularJS] Re: Setting up TypeScript + Webpack + Angular 1.4 + Angular 2 Router

2016-10-17 Thread rajeev kumar
HI , Can you you help me ? how to use d.ts and handle build with webpack On Thursday, 12 November 2015 22:53:18 UTC+5:30, Mayur Dudhani wrote: > > Thanks Kyle. > I have something similar setup, but I am finding it hard to maintain the > dependencies. I have to keep updating the ".d.ts" file

[AngularJS] Re: AngularJS's http service always returns error

2016-10-17 Thread Luís Loureiro
Hello Thomas_N. You're making the request to $http({ method: 'GET', url: 'api/ajax.php' }) but you're saying on top of your thread "run php code as localhost/ajax.php". Is api/ really necessary? Regards, *Luís Loureiro* -- You received this message because you are subscribed to the Google

[AngularJS] Re: Required:: Python developer:::Mclean, VA ::: Need GC and US Citizen only

2016-10-17 Thread o_O Bille
Seems you got the wrong forum for your job postings. You have been reported for spam. On Wednesday, October 5, 2016 at 4:43:44 PM UTC+2, rahul goswami wrote: > Hi > > Need GC and US Citizen Only > > Please share profile at rahu...@onsinteractive.com > > *Job Title: **Python developer* >

[AngularJS] Bootstrap at least one component before injecting Router Angularjs 2

2016-10-17 Thread Basheer Ahmed
I've already asked question on stackoverflow if any buddy could answer please. http://stackoverflow.com/questions/40041598/bootstrap-at-least-one-component-before-injecting-router-angularjs-2 -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To

[AngularJS] HOT LIST

2016-10-17 Thread sandeep triggerit
Hi Partners, Hope you are doing great !!! Please find the below HOTLIST and send me the suitable requirements to sandee...@triggerit.us 6465831432 *Names* *Skills* *Location* *Relocation* *Experience* *Sandeep* *Oracle Pl Sql Developer* * CA* *Open* *8 Years* *vipin* *Oracle Pl Sql

[AngularJS] Re: Italian Spam

2016-10-17 Thread Pete Bacon Darwin
I have deleted the most recent spammers On Wednesday, 12 October 2016 22:00:55 UTC+1, Patrice wrote: > > Is there any administrator to remove/filter all these insulting spams ? > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from

[AngularJS] Re: Backloading an Angular js form

2016-10-17 Thread Hugo Arthur Amaral
Ok, Peter, I'm glad your problem was resolved. However, I think you could use only Angular to resolve this problem. On Monday, October 17, 2016 at 12:06:48 AM UTC-2, Peter Cawdron wrote: > > Hi Hugo, > > My problem ended up being the result of combining AngularJS and bootstrap. > The solution

[AngularJS] Pass XML data from angularjs controller to mvc controller

2016-10-17 Thread Dillu ..
Hi, We are constructing a XML string in angularjs controller and want to pass it to mvc controller. If a normal string value is passed we are able to pass the data from angularjs controller to mvc controller. But when we are trying to pass XML string. then data is not getting passed to

[AngularJS] Do I need to create classes for all the models I am using from the backend?

2016-10-17 Thread Asger Johansen
Hi everybody, Just getting started with angular and typescript. The app I am building has started getting more complex, also on the backend. Until now, I have been following the basic structure from the "Heroes" example. This means that I have been creating classes for the different models