Hi,
Is someone know a way to let angular use a configuration globally.

An example is more speaking than anything so :
I would like to do something like this

angular.config(function($interpolateProvider)
{
    $interpolateProvider.startSymbol('[[').endSymbol(']]');
});



The idea is to change (here $interpolateProvider) something in angular 
globally without the need of specify it at all angular app creation.

thanks

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