<!DOCTYPE html>
<html>
<head>
<title>Wikitechy AngularJS Tutorials</title>
<style>
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],.ng-cloak, .x-ng-cloak {
display: none !important;
}
</style>
</head>
<body>
<div ng-app="">
<h3>Remove and add CSS style then Refresh the page continuously to view the differences</h3>
<h2 ng-cloak> {{'Wiki' + 'techy'}}</h2>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js">
</script>
</body>
</html>