I have been trying to get into using it to develop a desktop browser application.However, I noticed that when using the library and examining the API that basically no events were included for use on desktop machines. That is, no event bindings for mouse events.
This lead me to two conclusions, first that famous-angular is meant primarily for mobile phones or that the libraries are so new that they have not had a moment to implement them. I can tell by looking at the events available in famous itself, that desktop browsers are supported.
Have I just misunderstood the direction taken by the library developers and I am using the wrong tools for my projects.