hi all who mastering angularjs, i wanna ask you about angularjs.
my problem is like this, when i submit my data to another php page, it 
couldn't show.


<?php
$isi = $_post['value'];
?>
<!DOCTYPE html>
<html ng-app>
<head>
<title></title>
</head>
<body>
<input name="isi" value="<?php echo $isi; ?>" ng-model="isi"/>
<p>{{isi}}</p>
</body>
</html>

the input box is empty, how to fix it to fulfilled the value and {{isi}}??
thank for your answer!!

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to