Skip to content

Instantly share code, notes, and snippets.

@aamiraftab
Created May 19, 2015 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aamiraftab/c0d65c7f8c101576c845 to your computer and use it in GitHub Desktop.
Save aamiraftab/c0d65c7f8c101576c845 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app="testApp" ng-strict-di>
<head>
<base ref="/">
<meta content="IE=edge, chrome=1" http-equiv="X-UA-Compatible" />
<body ng-controller="HomeController as AppCtrl">
<my-directive1></my-directive1>
<my-directive2></my-directive2>
<my-directive3></my-directive3>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment