I am building a web app with Angular and have written some HTML, but the Angular isn't working. It's as if it's not being downloaded. So when I include a test angular expression in my html like {{1+2}} it is rendered exactly like that. Is there anything that I need to do besides include the following line in my HTML code?
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script> I'm sorry that this isn't the most interesting question, but I have been stuck without working Angular for a while, and I really can't figure out why. Thanks!