@@ -50,7 +50,7 @@ <h3>Post some protected data. Note: "user/pass" for username and password.</h3>
5050 < form ng-submit ="restrictedAction() ">
5151 Enter restricted data:
5252 < input type ="text " ng-model ="restrictedData ">
53- < input type ="submit " value ="Submit "> </ input >
53+ < input type ="submit " value ="Submit ">
5454 </ form >
5555 < p ng-repeat ="r in restrictedContent "> Server says: {{r}}</ p >
5656
@@ -67,15 +67,16 @@ <h3>Try to chat after login.</h3>
6767 </ form >
6868 </ div >
6969
70- < script src ="/static/lib/jquery-1.7.2.js " type ="text/javascript "> </ script >
71- < script src ="/static/lib/angular-1.0.1.js " type ="text/javascript "> </ script >
72- < script src ="/static/lib/angular-mocks-1.0.1.js " type ="text/javascript "> </ script >
73- < script src ="/static/lib/http-auth-interceptor.js " type ="text/javascript "> </ script >
74- < script src ="/static/lib/sockjs-0.3.4.min.js " type ="text/javascript "> </ script >
75- < script src ="/static/lib/vertxbus.js " type ="text/javascript "> </ script >
70+ < script src ="/static/lib/jquery-1.7.2.js " type ="text/javascript "> </ script >
71+ < script src ="/static/lib/angular-1.0.1.js " type ="text/javascript "> </ script >
72+ < script src ="/static/lib/angular-mocks-1.0.1.js " type ="text/javascript "> </ script >
73+ < script src ="/static/lib/http-auth-interceptor.js " type ="text/javascript "> </ script >
74+ < script src ="/static/lib/sockjs-0.3.4.min.js " type ="text/javascript "> </ script >
75+ < script src ="/static/lib/vertxbus.min .js " type ="text/javascript "> </ script >
7676
77- < script src ="/static/app/main.js " type ="text/javascript "> </ script >
78- < script src ="/static/app/login.js " type ="text/javascript "> </ script >
79- < script src ="/static/app/content.js " type ="text/javascript "> </ script >
77+ < script src ="/static/app/main.js " type ="text/javascript "> </ script >
78+ < script src ="/static/app/login.js " type ="text/javascript "> </ script >
79+ < script src ="/static/app/content.js " type ="text/javascript "> </ script >
80+ </ div >
8081 </ body >
8182</ html >
0 commit comments