Hi Juan,
Put your token in a angular const. You can inject that in your config, and
change later on. (I know, angular consts don't live up to their name!)
something like this:
angular
.module('someModule',[])
.const('myAppConsts', {
flowHeaders: {headers : 'ToBeChangedLaterOn'}
})
However, this will only work if the flow add-on accepts the late change of
the header.
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.