Lucas Freitas
Lucas Freitas
> > > When you connect or subscribe in this line "console.log ('Dice subscribe:' + JSON.stringify (dataSub));" gives you as a "subscribed" status? if not the delivery this state is...
> > > ok, i have the same problem with a device, he has his native application and makes that connection or authentication, could you tell me how that authentication...
For sure! I gonna make some tests tonight and I'll let you know If I figure out what is slowing the directive!
I found the problem but can't figure out how to fix it. The problem is with tempates.js, I don't know if the Android is having problems trying to pre-compile the...
Like this. `{{datepickerCtrl.selectedDate | date: \'d\'}}` "\'Expression\'" = `date: \'d\'`
Only the filters, I maintained the ng-clicks
I can do some tests, but only in 2 hours. Do you want to create a new branch with some implemention and let me test it ?
For sure! I will try to make some improvements, like a format tag to use your directive directly on input fields instead of a button!
Sorry for being late, I didn't worked on this git for a while, I gonna split the templates from the cache to get the better performance and submit a push...