I am the beginner i have one doubt i given the input default value for the 
textbox is siva, But in browser not shown please explain some one

<!DOCTYPE html>
<html>
<body>
<div ng-app="">
<p>Input something in the input box:</p>
<p>Name: <input type="text" ng-model="name" *value="Siva"*></p>
<h1><p ng-bind="name"></p></h1>
<marquee><p ng-bind="name"></p></marquee>
</div>
<script src="../js/angular.min.js"></script>
</body>
</html>

-- 
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