Skip to main content
15-Moonstone
September 4, 2017
Question

Not execute a service with JS

  • September 4, 2017
  • 0 replies
  • 1231 views

I Have a problem with an execution of service with JS.

I maked a simple service to write 5 value into DATATABLE in the Thinworx Composer.

IN THINGWORX STUDIO i make this function into Home.js

$scope.save=function() {

$scope.app.mdl['BEER_DRINKTEC_2017'].svc['putData'];

};

If I use the button event linked to the service, this works well and runs.

if i recall a function save();

or use directly  $scope.app.mdl['BEER_DRINKTEC_2017'].svc['putData'];   into antoher function , the service not running.


THNX

Giuseppe