Skip to content

Instantly share code, notes, and snippets.

@Johan-ZeLearner
Last active August 29, 2015 14:16
Show Gist options
  • Save Johan-ZeLearner/d0fce848eecae122e6ef to your computer and use it in GitHub Desktop.
Save Johan-ZeLearner/d0fce848eecae122e6ef to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Mon Layout AngularJS</title>
</head>
<body ng-app="MonApplicationAngularJS">
<my-header></my-header>
<left-navigation max-depth="3"></left-navigation>
<div class="contents" ng-view>
</div>
<my-footer></my-footer>
</body>
<!-- scripts js permettant l'utilisation d'AngularJS
[...]
-->
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment