UNPKG

nooljs

Version:

Full stack JavaScript framework created top of Nodejs, express, and Socket-io, and Angularjs

11 lines (10 loc) 262 B
module.exports = { GetServerData :function ($scope) { console.log('fbvbvbfbnhgfh'); $scope.message = "hello from server function"; $scope.message2 = "hello from server function 2 "; console.log("jason:" + JSON.stringify($scope)); } }