build(aio): refactor getExampleRegion into a reusable service

This commit is contained in:
Peter Bacon Darwin
2017-03-23 12:54:29 +00:00
committed by Pete Bacon Darwin
parent c9e51d9911
commit d5cf684d99
4 changed files with 63 additions and 33 deletions

View File

@ -10,6 +10,7 @@ module.exports =
.factory(require('./services/example-map'))
.factory(require('./file-readers/example-reader'))
.factory(require('./services/region-parser'))
.factory(require('./services/getExampleRegion'))
.processor(require('./processors/collect-examples'))