<!DOCTYPE html>
<html>
<head>
<title>Wikitechy AngularJS Tutorials</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js">
</script>
</head>
<body ng-app="">
<h2>ng-href Directive in AngularJS Tutorials</h2>
<div ng-init="source = 'http://www.Wikitechy.com'">
<h3>Visit <a href={{source}}>{{source}}</a> to learn new technology!</h3>
</div>
</body>
</html>