This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var _ = require('underscore'); | |
| var Promise = require('bluebird'); | |
| var shared = {}; | |
| if(me && me.id) { | |
| shared['accessRight.' + me.id] = {$exists: true}; | |
| } | |
| var where = { | |
| $or: [{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * ngTagsInput v2.1.1 | |
| * http://mbenford.github.io/ngTagsInput | |
| * | |
| * Copyright (c) 2013-2014 Michael Benford | |
| * License: MIT | |
| * | |
| * Generated at 2014-09-04 01:27:58 -0300 | |
| */ | |
| (function() { |
NewerOlder