Closed brennon closed 9 years ago
@brennon One more update -- please resolve the merge conflicts.
Should be all set. Conflict was in the minified script—only solution was to revert to the minified script and map that do not include other changes in the pull request.
Thanks @brennon !
My pleasure, @ajbrown.
I have a need to set the input token with a value received from an API call. Injecting $http into LogglyLoggerProvider's config() isn't possible, and updating the token through the service wasn't possible, either (or, I wasn't able to figure out how to do so.) This commit exposes an inputToken() method on the service that allows the consumer to update the token after configuration.