Hi,
that was definetly the right page to read, works as a charm :)

Now I have what might be the last question for now:
For this to work, all my scripts need an absolute address in index.html, I have to change this:

----
    <script src="App/inicializacao.js"></script>
----- to this -----
    <script src="http://192.168.0.218:3000/App/inicializacao.js";></script>
-----

That might be annoying because the address may change, like test and deply or even moving server...

Is there any way to do it in index.html itself or should I try something like Handlebars to change it dinamicaly (or at build time)?

Thanks for your patience,

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

On 26-11-2015 03:55, Sander Elias wrote:
Hi Alain,


I guess this might help <https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider>?

Regards
Sander


--
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