Jan Philipp
Jan Philipp
The definition of the license seems to be broken or incompatible: https://github.com/PascalPrecht/angular-component-seed/blob/master/Gruntfile.js#L20 and https://github.com/PascalPrecht/angular-component-seed/blob/master/package.json#L12
[The main documentation site](https://angular-translate.github.io/docs/#/api/pascalprecht.translate.$translatePartialLoader) doesn't have docs for this new parameter. Can anybody update it? _Originally posted by @yrtimiD in https://github.com/angular-translate/angular-translate/pull/1760#issuecomment-469605121_
1. Have a valid state (i.e. loaded language en) 2. Do: `$translate.refresh(() => $translate.use('de'))` Expected: * reloading language en * switching to de (incl. loading) Actual: * reloading language en...
We should talk about this :monkey_face: In general, this is not a new thing, however, it was only spoken and written down anywhere. We should plan a next major release,...
The general purpose of the current situation was basically a simple and lean module dependency structure. The main repository defines only one module `pascalprecht.translate` depending on AngularJS Core only (`ng`)....
This is the result of a long journey searching for a very strange leaking issue. I hope I have put everything together again, found the right address. Otherwise please ask...
While searching for a resource leaking situation, I have found a possible leak issue in `DomainSocket` in case of a non existing resource. This relevant component is a copy and...
Hi there, I have noticed a small typo in the class SpringDataWebSettingsRegistar => SpringDataWebSettingsRegistrar Because this is a public class, a simple rename could be breaking change. I have added...