<!DOCTYPE html>
<html>
<head>
<title>ng-app directive in AngularJS - Wikitechy</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
</head>
<body ng-app="">
<p>Enter the text : {{'wikitechy'}}</p>
</body>
</html>