Delete certain data from collection #13576
-
Want to
models/random.js
controllers/index.js
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
in my old demo I've did it like this; all items: |
Beta Was this translation helpful? Give feedback.
in my old demo I've did it like this;
one item:
https://github.com/m1ga/ti.model_collection_example/blob/master/app/controllers/basicExample.js#L34-L37
all items:
https://github.com/m1ga/ti.model_collection_example/blob/master/app/models/library.js#L39-L42