Sha256: cc980bde9ff9f589d4737c6bfbd32dbfb02a85cf8aea9b94a70db9be774c16e6

Contents?: true

Size: 152 Bytes

Versions: 2

Compression:

Stored size: 152 Bytes

Contents

Sprangular.service 'Geography', ($http) ->
  getCountryList: ->
    $http.get('/api/countries', cache: true)
         .then (response) -> response.data

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sprangular-0.1.0 app/assets/javascripts/sprangular/services/geography.coffee
sprangular-0.0.1 app/assets/javascripts/sprangular/services/geography.coffee