jczerwinski
jczerwinski
I'm running into this issue as well, for exactly the same use case. Could you maybe provide a few hints about how I might get started with this and I'll...
Maybe I'll specify the way I see the use case first, because I actually think that it's already pretty well supported. Suppose we already have a `Cite` instance loaded up...
You could use a nested resource.
I don't know if I'd call this a bug. Let's say you've queued up your change to `record.b`, but it's updated by your server response. Some other user has meanwhile...
It looks like it may be possible if you use the [model definition function](http://platanus.github.io/angular-restmod/BuilderApi.html#toc4) method of defining your model rather than the standard [definition object](http://platanus.github.io/angular-restmod/BuilderApi.html#toc3) method. You'll also need the...
How about this? ``` javascript var email_configs = $restmod.model().$mix({ $config { hasMany: { hooks: { 'after-has-many-init': function() { this.$scope.$urlFor = function (_resource) { $urlFor: function(_resource) { return this.$target.$urlFor(_resource); } }...
It doesn't seem to work with the Google Global Site Tag (gtag.js). It *does* work with analytics.js, though: https://developers.google.com/analytics/devguides/collection/analyticsjs/