mendhak
mendhak
Created a PR you can test it like so: "dependencies": { "angular-intro.js": "git://github.com/mendhak/angular-intro.js.git#issue135" },
The [pull request is merged](https://github.com/mendhak/angular-intro.js/pull/136) so just waiting on the next [release to go out](https://github.com/mendhak/angular-intro.js/releases) so that it gets pushed to npmjs.org In the meantime - if the above didn't...
What would be a good way to implement this? My first thought is... create a directive, ngIntroText. It could then `$emit` the text and element-ID upwards to the `ngIntroOptions` which...
OK invite is sent
See if this thread is relevant to you - https://github.com/usablica/intro.js/issues/2 This is just a wrapper around intro.js, so all this directive would do is expose existing functionality.
I found [this thread](https://github.com/usablica/intro.js/issues/50#issuecomment-50019798) on intro.js' board, about adding a line to the intro.js css file
A 'legacy or insecure = true' flag is very useful where application developers are allowing users to supply both the server details as well as keys to connect. In other...
On Kindle Voyage, this is what I see in the browser. Only the menu is visible but no books 
Thanks for that, it was the caliblur theme. Standard theme is rendering just fine. :+1: Sorry to derail, I thought it was related. To bring it back a bit -...
Yes it was intentional I see it being hidden on the lockscreen on these lines, but can't remember why! https://github.com/mendhak/gpslogger/blob/9b2dfc9b48b2b0bfa081ed27bb7eec7b7d59146c/gpslogger/src/main/java/com/mendhak/gpslogger/GpsLoggingService.java#L528 https://github.com/mendhak/gpslogger/blob/9b2dfc9b48b2b0bfa081ed27bb7eec7b7d59146c/gpslogger/src/main/java/com/mendhak/gpslogger/GpsLoggingService.java#L540 I think I was just trying to make the...