Giter Site home page Giter Site logo

meteor-event-horizon's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

meteor-event-horizon's Issues

LoggedOut event does not fire

It works on the loggedIn event.

EventHorizon.fireWhenTrue('loggedIn',function(){
  return Meteor.userId() !== null;
});

EventHorizon.on('loggedIn',function(){
  console.log('The user just logged in.');
});

But when I changed it to

EventHorizon.fireWhenTrue('loggedOut',function(){
  return Meteor.userId()  === null;
});

EventHorizon.on('loggedOut',function(){
  console.log('The user just logged out.');
});

it fails to fire the event (login and logout multiple times). BTW, it is easy to check that

Meteor.userId() === null

in the console.

Error with meteor 0.6.5

I get this error in console when loading my application:

Uncaught ReferenceError: Deps is not defined

which points to if not Deps.isolate? in your coffeescript file. Is this an issue with latest meteor? I had it working untill today.

Compatiblity

Wonderful package @belisarius222!! I particularly find good use with the loggedIn event. I had to previously write an adequately long check.

Is it possible to have this loggedIn/loggedOut event on the server?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.