how to call a save function every two mins in anular js. please Help me.
$scope.save = function () { $http({ url : \'/api/products\',
You could try using the $interval service.
In case you need something more accurate, consider using an external library.