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

Commit dc18e43

Browse files
committed
fix(togeojson): remove factory call, service already define throw the provider
1 parent 1da94d9 commit dc18e43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/togeojson/togeojson.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import provider from './togeojson.provider';
2-
import factory from './togeojson.factory';
32

43
var osmtogeojsonModule = angular.module('osm.togeojson', [])
5-
.factory('osmtogeojson', factory)
64
.provider('osmtogeojson', provider);
75

86
export default osmtogeojsonModule;

0 commit comments

Comments
 (0)