mobidev111
mobidev111
**Description of issue**: seems that the previous directive does not get cleaned up after the first call AND that the re-initialization of current-page does not work correctly on the second...
The main maintainer will stop developing this library for personal reasons, see https://github.com/angular-ui/ui-leaflet/issues/89#issuecomment-270552363. There are a number of things to do - e.g. to refactor the library to keep it...
Angular leaflet seems to cause an issue with Leaflet Draw: ``` TypeError: L.Control.Draw is not a function ``` nothing changed in a working set of code - only upgraded from...
Enable this nice plugin on the Windows platform
One minor typo in the German translation: https://github.com/iPaulPro/aFileChooser/blob/master/aFileChooser/res/values-de/strings.xml#L4 from: ``` Speicher wurde entferntet. ``` to: ``` Speicher wurde entfernt. ```
The pinned dependency 'typescript-eslint-parser' uses an outdated typescript version - this prevents the shrinkwrapping process --> please upgrade it to the recent version. - and upgrade the typescript devDependency as...
Is there any experience with windows 10? can you add windows 10 as a supported platform? or guide us to help? seems that there are some APIs in UWP: *...
https://github.com/gulpjs/gulp/blob/master/docs/recipes/delete-files-folder.md
- if ! cat "platforms/android/assets/www/config.xml" | grep -q "id=\"$BUNDLE_ID\""; then - if ! cat "platforms/android/res/xml/config.xml" | grep -q "id=\"$BUNDLE_ID\""; then
browserify makes bundling the multiple modules much easier. build task example: https://github.com/vigetlabs/gulp-starter/blob/master/gulpfile.js/config.js https://github.com/vigetlabs/gulp-starter/blob/33e33e763060e7052ee7b3da430a8dfdca050a4e/gulp/tasks/browserify.js