There is a simple example of a form to send data . I can not reproduce it on my LAN. Angulyar installed, everything seems to be connected. When you click on the button, the page is updated, the form is erased and nothing happens.
What could be the error?
var app = module.exports = require('appjs');? This is generally server code (nodejs) - Mr_Epic