Manuel C.

Results 7 comments of Manuel C.

I knew it had to do with the `type` property. Thank you for fixing this.

I have another question, that perhaps is not exactly related to this one. Is the `type` property treated as a MongoDB index? It would be nice to be able to...

Here it goes: ``` // Ignore the Basic class, it's just a holder for some default fields // First level class Content = Basic.inherit({ name: 'Content', collection: Contents, typeField: 'type',...

I think what @tomwalsh wanted to say was that you have to append the `id` of the user to update. But to alter the rules you will have to copy...

Yes, I ran `gulp testem`, it starts the test server, but none of the `app/js/**/.js` files seems to load, nor the Jasmine Framework, nor the `angular-mocks.js`, that's why the errors....

Fixed. You have to add `vendor` path to your `testem.json` file. The test engine needs the real library to be able to emulate the expected behavior with `angular-mock.js`. A very...

I know it is not a best practice, but sometimes there can be issues with system permissions. I use Mac, so in Terminal adding sudo will force an action using...