prashathsenthil

Results 2 issues of prashathsenthil

I installed the angular-filter module via npm. Is there a way to require this module inside index.js like below, rather than adding it as a `` tag in index.html. My...

Hi, I have the below ReQL query and would like to convert it to a stream, i'm using thinky (version ~2.2.4). Query - `r.db('my_db').table('my_table').getAll('/mypath', { index: 'path' }) .filter(r.row('lastUpdatedBy').eq('some_id'))` The...