So I read this tutorial.
 
http://www.angularcode.com/simple-task-manager-application-using-angularjs-php-mysql/

There is a line of code I did not get.  How did $_GET['status'] in 
getTask.php get its data? How it was passed from input box in task.html? In 
other php files in the ajax folder I know how the data was passed. Like in 
$_GET['taskID'], I know the data was passed by this line, 
$http.post("ajax/deleteTask.php?taskID="+task). Thanks.


-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to