Rishab Narang
Rishab Narang
@numtel @dandv My tasks object gets updated but the view doesn't refresh the new value. I'm using Meteor JS with Angular js. angular.module('blaze-angular-scope',['angular-meteor']); angular.module("blaze-angular-scope").controller("AngularCtrl", ['$scope', function($scope){ $scope.delivery = deliveryExecutives; //TRIED...
Controller: test : function( req, res ){ ``` var settings = module.exports = { host: 'localhost', user: 'root', password: 'root', database: 'leaderboard', port : 3307 }; var liveConnection = new...