The HTML
<!DOCTYPE html>
<head>
    <title>Hello World, AngularJS</title>
</head>
<body ng-app>
    Enter greeting:
    <input type="text" ng-model="greeting" />
    <p>Hello <span ng-bind="greeting"></span>!</p>
    <script type="text/javascript" 
src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.5/angular.min.js"></script>
</body>
</html>
Runs fine in NetBeans, but when I put it in a file iot fails in the 
browser.  I am learning AngularJS so I don't know what I am missing.

Your help will be greatly appreciated,

Alejandro Barrero

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