valerio

Results 31 comments of valerio

I've checked the forks and @didiercrunch implemented this feature already. Let's hope he compiles a Pull Request. Ref: https://github.com/didiercrunch/strapdown/commits/gh-pages

Let me understand clearly: you need something like a `server-sent event` that updates the informations on angularjs, when your user validates the code. This can be done in **a lot**...

I just have no life on sunday ;) I think `loginHandler` was meant mainly to setup an `userToken`, from what I understand your users are _already_ logged in, just they...

Okey, this is doable, the user menu in this demo follows `loginService.isLogged` property, as seen in the [index.html](https://github.com/mrgamer/angular-login-example/blob/master/index.html#L64) Maybe you don't update this property correctly after the user gets validated,...

As `the users` you are referring to _user roles_? The ones that are [here](https://github.com/mrgamer/angular-login-example/blob/master/src/routing-config.js) ?

I am sorry I haven't been active on this project. By the rate I see issues are opening, seems to me it needs a rewrite :( As soon as I...

This issue is definitely related [to those lines](https://github.com/mrgamer/angular-media-player/blob/master/src/directive.js#L400-L405) I have to check if and how the `$timeout` could be removed, probably I've to chain the events, it's not super-complicated but...

Yes, i've done it myself [in the interactive page](https://github.com/mrgamer/angular-media-player/blob/master/docs/examples/interactive.js)

Sorry i miss the point in that, I never used browserify, but seems a tool to use backend-based libraries in frontend (browser), not vice-versa. Anyway for easy download and version...

I've already published modules on npm, but it would require effort maintaining it, and seriously there are not enough users for that I think; I actually miss the point publishing...