Angel
Angel
Well, After some additional research I found, that the issue is caused because of the way User & Password models are imported with `barrels` module. What I did manually just...
@revolunet - it would be nice to have nested carousel support feature... any plans for particular time frame when the nested carousels could be added to the release? Thanks in...
@doshprompt - what you should do is to replace your `$http.get(...)` call at line 106 with following code: $http.get(url) .then(function (data) { var key, path = getPath(token); // Merge the...
@bsalex - I must admin now it works. I have a question though - when I installed via bower, I have not `loading-overlay-template.html` provided and I have to take the...
Nope, it didn't work. What I did: 1. Deleted `node_modules` folder 1. Executed `npm install` 1. Started app in debug mode --> received the exact same error as above. P.S....
@mauron85 - no luck again. BTW - sorry if I am asking for the obvious, but how repeating the steps which failed to deliver exception free app once will fix...
Thanks, So basically, as mentioned in #16, the actual reason is having `package-lock.json` which in fact caused this dependencies mismatch. The workaround on this issue is: 1. Delete `node_modules` folder...
Actually, `package-lock.json` is generated automatically, whenever npm 5.x.x+ command is used e.g. `npm install`. This is according to [npm documentation](https://docs.npmjs.com/files/package-lock.json). When `yarn` is used instead of `npm install`, `package-lock.json` creation...
@facundoolano - I believe I have experienced the same issue. After installing the module, here is my index.js file content: ``` const aso = require('aso')('gplay'); aso.scores('bmi calculator').then(console.log) ``` and here...
Well in my case, when the `iosAppId` is correct one, I don't have even an exception, so I guess, the only way to see if it works correctly is on...