Created
August 22, 2014 04:24
-
-
Save gnschenker/f3cab36e9afe99eb06cb to your computer and use it in GitHub Desktop.
17-basic-angular-page.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>ng-grid Sample</title> | |
</head> | |
<body ng-app="app" ng-controller="MainController"> | |
<script src="bower_components/angular/angular.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment