Skip to content

Instantly share code, notes, and snippets.

@mgonto
Created May 19, 2013 01:57
Show Gist options
  • Save mgonto/5606359 to your computer and use it in GitHub Desktop.
Save mgonto/5606359 to your computer and use it in GitHub Desktop.
HTML Proposed
<html>
<head>
<!-- Include here Styles and AngularJS scripts-->
</head>
<body>
<div class="container" ng-app="example" ng-controller="MainCtrl" ng-cloak>
<header>
<div>This is the common headers for all of the tabs of this little app</div>
</header>
<!-- This is the div that will change when the URL changes via the $routeProvider-->
<div ng-view>
</div>
<footer><div id="white-logo">My Company Logo</div><span id="copyright">&copy; 2013 My Company</span></footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment