Saman

Results 3 issues of Saman

Hi, accourding to Docs With this config: ``` nga.field('post_id', 'reference') .targetEntity(post) .targetField(nga.field('title')) .remoteComplete(true, { refreshDelay: 300, // populate choices from the response of GET /posts?q=XXX searchQuery: function(search) { return {...

HI, is there any interest in updating ng-file-upload ? ng-admin uses an old and buggy version (7.0.4) . Current version is 12.0.4 with lots of improvement and bug fixes.

enhancement

After generating PWA icons, there is a script responsible for removing old icons but mistakenly removing all newly generated icons. This pull request fixes this bug.