Uday S

Results 8 comments of Uday S

I am interested in this as well. I am guilty of running meetings beyond its end time. If there is an alert 5 mins or 2 mins before scheduled end...

I am having a problem with this solution... Wondering how you got around this issue... 1. I am getting the message - Uncaught TypeError: s.apply is not a function 2....

Yes. and angular.element('#isotopeContainer').scope(); is returning an object. s object: DOM

It's just the s.apply that doesn't work. I googled for this and came across https://github.com/angular/angular.js/issues/9515 which says I should set $compileProvider.debugInfoEnabled(false) to true for that to work. Tried that. Didn't...

Even changing it to $apply didn't work. Changing to $apply stops the console errors. But, then the list is filtered.

@volkov97 Can you pls give me any pointers on the above?

I did try creating my own node server and served the file. But, I am getting a js error: Uncaught TypeError: this._suggestions.filter is not a functione.createClass._filter_suggestions @ suggestion-list.js:79H._bindAutoBindMethod.n @ react-with-addons.js:6441e.createClass.set_suggestions...

Hi, Thanks for responding :) After seeing your response and going through the readme once again, I understand that I need to write a 'BRIDGE' that will get the parameters...