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 a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/QFXHPoRk50Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Hi Siva,