AngularJS Expression not evaluated over Windows Homegroup -


i working through angularjs code sample pluralsight course, angularjs .net developers. i've created simple website on windows 8.1 machine, named simma, on homegroup simple html page, hello.html, running on port 81:

<html> <head> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script> </head> <body ng-app>     hello {{1 + 1}} world! </body> 

the expression {{1 + 1}} evaluated locally url, http://localhost:81/hello.html. however, not evaluate other machines using url, http://simba:81/hello.html. string, "hello {{1 + 1}} world!", displayed , expression not evaluated. missing?

thank you


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -