djsmith42/angular_react_directive_example

A cell in seaching mode never show "Searching"

hokkos opened this issue · 4 comments

Set randomMillis() to not 0, click a cell it probably should show "Searching", and it doesn't, same with "search all month".

Works for me in both the Angular1 and React examples.

It shows "..." in each cell while it's searching. I'm using this for the randomMillis() function:

var randomMillis = function() {
  return Math.floor(Math.random() * 10000);
}

image

Sorry I mixed up the repository, I was thinking of https://github.com/djsmith42/angular2_calendar

That was indeed a bug @hokkos. I pushed a fix. Check it out.

It works now, thanks.