I want to use Angular with an embbedded application...
My idea is to serve only index.htm (8.3 names) from the embbedded device and implement the RESTful API too.
All other files should come from my server (somewhere in the cloud).

what I expect is:
1) being index.htm and the API in the same place, I can use the API without CORS or other complex implementations. (I hope this is true, correct me if I am wrong) 2) Easy to _update_ all files, except index.htm, without updating the embedded device. And index.htm should be as basic as possible so that it will not impact on the upgrades

I know that loading libs and scripts can be easely loaded with an fqdn, but what about the other html files? *Please*, _point me in the direction to go_. Is there an easy way of doing it?

PS: I have only taken a few one-night courses about Angular and built an application in each of them (hands on). But my knowledge of Angular is still basic...

Thanks very much for any clue :)

--

Alain Mouette
=== Projetos especiais: <http://lnkd.in/dEu8cNq> ===

--
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/d/optout.

Reply via email to