That's your computer telling you it can't run angular.min.js when you try to open it. Don't open the file, just save it to disk, and do what you want to do with it. It's not an installer, it's the library itself. If you want to use it in something you are experimenting with, add the following line to your HTML file:
<script src= "https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js" ></script> That will pull the 1.6.4 version from google CDN. If you want another version, just change the numbers. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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.
