https://github.com/linnovate/mean-tags
Tagging module for mean
https://github.com/linnovate/mean-tags
Last synced: about 1 month ago
JSON representation
Tagging module for mean
- Host: GitHub
- URL: https://github.com/linnovate/mean-tags
- Owner: linnovate
- Created: 2014-03-27T08:06:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T06:43:41.000Z (over 11 years ago)
- Last Synced: 2025-07-30T14:27:08.231Z (2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 31
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mean Tags
Mean Tags enables adding tags to your app
## Basic Usage
Add to your schema:
tags: [{
type: Schema.ObjectId,
ref: 'Tag'
}]populating the field:
.populate('tags', 'title')
View: