Execute
<
!DOCTYPE
html
>
<
html
>
<
script
src
="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"
>
<
/script
>
<
body
>
<
div
ng-app
=""
ng-init
="myText='Welcome to Wikitechy.com'"
>
<
p
ng-bind
="myText"
>
<
/p
>
<
/div
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"> </script> <body> <div ng-app="" ng-init="myText='Welcome to Wikitechy.com'"> <p ng-bind="myText"></p> </div> </body> </html>
www.wikitechy.com © Copyright 2016. All Rights Reserved.