Skip to content

Commit

Permalink
update example for standardized permissions
Browse files Browse the repository at this point in the history
update example for standardized permissions
  • Loading branch information
randdusing committed Mar 31, 2016
1 parent e6055bd commit 59c3286
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,9 +889,7 @@ angular.module('myApp', ['ionic', 'ngCordovaBluetoothLE'])
{
uuid: "ABCD",
permissions: {
readable: true,
writeable: true,
read: true, //TODO Standardize these between iOS and Android
read: true,
write: true,
//readEncryptionRequired: true,
//writeEncryptionRequired: true,
Expand Down Expand Up @@ -1453,8 +1451,6 @@ angular.module('myApp', ['ionic', 'ngCordovaBluetoothLE'])
{
uuid: "ABCD",
permissions: {
readable: true,
writeable: true,
read: true,
write: true,
},
Expand Down

0 comments on commit 59c3286

Please sign in to comment.