In some tutorial for AngularJS online, I saw $promise or $checkSessionServer are declared in a way of
var $promise=$http.post('data/user.php',data);
I learned that AngularJS declare using $, but I can not find those $ variables in native AngularJS function / variables at all!
Is this something old or else?
Thanks