<!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