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

Commit

Permalink
fix(togeojson): remove factory call, service already define throw the…
Browse files Browse the repository at this point in the history
… provider
  • Loading branch information
toutpt committed May 23, 2016
1 parent 1da94d9 commit dc18e43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/togeojson/togeojson.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import provider from './togeojson.provider';
import factory from './togeojson.factory';

var osmtogeojsonModule = angular.module('osm.togeojson', [])
.factory('osmtogeojson', factory)
.provider('osmtogeojson', provider);

export default osmtogeojsonModule;

0 comments on commit dc18e43

Please sign in to comment.