Execute
<!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> <p>Click the two links below:</p> <a href="">I am anchor tag inside HTML</a> <div ng-app=""> <a href=""> I am anchor tag inside AngularJS </a> </div> </body> </html>
www.wikitechy.com © Copyright 2016. All Rights Reserved.