Sha256: b1c396a497bbf327d7fa31d391dd3a32f0655c6e9417a89b693b7adaa329bc68
Contents?: true
Size: 549 Bytes
Versions: 15
Compression:
Stored size: 549 Bytes
Contents
/** * API Bound Models for AngularJS * @version v1.1.4 - 2014-11-26 * @link https://github.com/angular-platanus/restmod * @author Ignacio Baixas <ignacio@platan.us> * @license MIT License, http://www.opensource.org/licenses/MIT */ !function(a){"use strict";a.module("restmod").factory("AMSApi",["restmod","inflector",function(a,b){return a.mixin("DefaultPacker",{$config:{style:"AMS",primaryKey:"id",jsonMeta:"meta",jsonLinks:"links"},$extend:{Model:{decodeName:b.camelize,encodeName:function(a){return b.parameterize(a,"_")}}}})}])}(angular);
Version data entries
15 entries across 15 versions & 1 rubygems