yasir-rafiq

Results 12 issues of yasir-rafiq

{this.props.items.map((item, index) => { if((_this.props.filters.favourite == 1 && item.favourite == 1) || (_this.props.filters.favourite == 0)) { return // } } )}

I am using kraken with my nodejs application. My grunt is running and compile application properly but when hit the port its always showing " Server is starting" and status...

Mongoui web app is listening on: 3001 (node:6765) UnhandledPromiseRejectionWarning: Error: Exited with code 3 at ChildProcess. (/usr/local/lib/node_modules/mongoui/node_modules/opn/index.js:83:13) at Object.onceWrapper (events.js:286:20) at ChildProcess.emit (events.js:198:13) at maybeClose (internal/child_process.js:982:16) at Socket.stream.socket.on (internal/child_process.js:389:11) at...

How to get target item with this function?

Hi, I am using remoteFilter but this filter call API when its not find any data local. Is there any way to call API on typing either find local or...

Let suppose I've button [#] when click on this button the list related this should open?

How I can style different on different values like @tag, #tag, and others. I've also data as object like [{name: "xyz", content: "abc"}], how I can get whole selected object.

I want to highlight specific text when user enter in field, for example if user user '**/' I want to highlight this substring onl.

I want to open list of suggestion when user click on button for users, hash tags etc,.

Hello, why don't you kept attributes from input like ng-model, ng-change etc.

enhancement