Dean Grande

Results 14 comments of Dean Grande

I agree that it should work out of the box. FYI, In case of angular I had success getting vscode debugger working, with the following changes: package.json ```json { "name":...

`"target": "es2015"` does fix the problem for me, @iamabs2001 . I'm doing some more testing to make sure it doesn't break anything before downgrading

Great, that worked for me too after upgrading 6.5.2 to 7 I'm pleased but a little surprised this was the solution since I a new separate v7 app using template...

I've worked out how to open a PR from a fork now... 🎉 I'll create a PR for this soon. Today or next week sometime... It's not urgent

Here's the PR: https://github.com/nativescript-community/ble/pull/259 Cheers 🙌

PR created in forked repo (I don't have access to this repo): https://github.com/two-bridges/ble/pull/1 I'm testing it now...

my local testing passed. I'm not sure how to automate the testing. Since, it required physical BLE device and physical iPhone to get the result... Anyway, could you please review...

Yeah I have been using this plugin for a while and this issue was new for me... There are two things that have changed on my side that could have...

> Anyway your PR looks good. Could you open it on this repo? oh yeah, I've worked it out... will create the PR from my fork shortly https://github.com/nativescript-community/ble/pull/258 thanks for...

Some things I noticed: 1. I needed to do `$scope.$apply()` after setting the workbook to a scope variable. Otherwise, the html wouldn't update: ``` this.$scope.read = function (workbook) { _this.workbook...