>
> It looks like the call to "$http.get("ajax/getTask.php")" never actually
> passes the "status" information.
In getTask.php, "$status" is initialized to "%" -> $status = '%';
A check is done to see if a value for "status" was explicitly set in the
incoming request url, and if yes, its value is retrieved and passed to the
query, but it looks like this will never be the case.
if(isset($_GET['status'])){
$status = $_GET['status'];
}
--
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.