Sha256: 859738dba7d971f79adadf159892efd0469bf8f03b1641dcb78f8544ad7d575a
Contents?: true
Size: 244 Bytes
Versions: 10
Compression:
Stored size: 244 Bytes
Contents
angular.module('maestrano.services.current-currency', []).factory('CurrentCurrency', ['$http','$window', ($http,$window) -> service = {} service.val = if $window.currentVisitorCountryCode is "AU" then "AUD" else "USD" return service ])
Version data entries
10 entries across 10 versions & 1 rubygems