Angel
Angel
Hi there, First off - thanks for providing this splendid framework. One thing I noted in the backend: After installation and lifting, when attempt to login with credentials demo /...
Hi there, When I tried to switch to `pageslide` directive, I lost `ui-view` content from https://github.com/angular-ui/ui-router Here is what I did: My origin code snippet: ``` ``` here all works...
Hi there, My use case is: I have a locale e.g. **de** but is could be the case when for this specific (or any other locale but `defaultLocale`) I could...
Hi there, I have currently two cases, where I need some assistance: 1. Tag content replacement: Lets suppose I have html snippet like below, which requires localization: String requires Localization...
Hi there, I am trying to use the control in along with Angular Material (1.1.1) and Angular (1.5.8). I am using very basic configuration described here http://bsalex.github.io/angular-loading-overlay/_site/ - **Global** configuration....
Hi there, I was wondering if it is possible to add as a fallback option the case when Mozilla FF Adobe Flash plugin is in protected mode? It could be...
Hi there, I just checked out the code, followed the instructions and compiled an Android debug apk. When it was installed on the device (Android 8.0.0), I ended up with...
Hi there, I used to successfully integrated the plugin under Android app. Now, I am preparing the same app to run under iOS. I already have iOS `appId` and the...
Hi there, Suppose I need two different passports within one express application (e.g. user & room). So I define two separate vars: ``` var passport = require('passport'); var roomPassport =...
Hi Jared, Please refer to description of the issue I have got, described here http://stackoverflow.com/questions/25904977/passportjs-using-multiple-local-strategies-simultaneously How can I resolve it, using PassportJS? Thanks in advance!