Sha256: 9620c71ffa8025aed4c28a64db333478591ace81e313d150f6cd1518c33db86a
Contents?: true
Size: 188 Bytes
Versions: 11
Compression:
Stored size: 188 Bytes
Contents
'use strict'; angular.module('entangledTest') .factory('List', function(Entangled) { var List = new Entangled('ws://localhost:3000/lists'); List.hasMany('items'); return List; });
Version data entries
11 entries across 11 versions & 1 rubygems