Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit 5f8c538

Browse files
committed
fix(nominatim): remove the factory, keep only the provider
1 parent cc979d5 commit 5f8c538

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nominatim/nominatim.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import osmNominatim from './nominatim.service';
55

66
var osmNominatimModule = angular.module('osm.nominatim', [])
7-
.factory('osmNominatim', osmNominatim)
87
.provider('osmNominatim', function osmNominatimProvider () {
98
this.options = {
109
url: 'https://nominatim.openstreetmap.org'

0 commit comments

Comments
 (0)