Sha256: 88c59eb4f0be2f8bd91448b50f05e3007ac82f314cb68e3d0f529d7119724bc7
Contents?: true
Size: 227 Bytes
Versions: 24
Compression:
Stored size: 227 Bytes
Contents
angular.module("oxymoron.services.notice", []) .service('Notice', ['ngNotify', function(ngNotify){ var Notice = this; Notice.callback = function (type, res) { ngNotify.set(res.data.msg || res.data.error, type); } }])
Version data entries
24 entries across 24 versions & 1 rubygems