Besides what Daniel said, you need to make sure that the angular app know how to approach the back end (usually REST api of somekind) - if your server framework provides an api in a specific port, you'll have to point your ajax calls to that endpoint/port. if your lan prevents this kind of communication, then you'll need to tweek, usually this isn't a problem, as long as you setup the DNS
On Thursday, December 26, 2013 9:40:10 AM UTC+2, AngularStudent wrote: > > Can we have our client side (AngularJs) code and Server Side (i.e > Spring/Hibernate) code on two different servers on same LAN > > > when trying it on local machine it doesn't work but I want to know if this > will work in case of server or not. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
