function MyJSController()

in js/MyJSController.js [10:13]


function MyJSController(node, message) {
  console.log(node);
  alert('in constructor with message'+message);
}