Hi Chris, You don't need anything but the following script line to use angular on your existing web-sites. ```<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.min.js"></script>``` This will load angular from the google cdn. If you want a different version, the CDN has them all.
If you want to host your own angular version, you need to have it available on your own webserver! Node is only used to run the developer tools like testing and/or building. Regards Sander -- 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.
