Created
September 2, 2014 01:11
-
-
Save renatocantarino/05f72b932be45776a3c5 to your computer and use it in GitHub Desktop.
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 ng-app="myApp"> | |
<head lang="en"> | |
<meta charset="utf-8"> | |
<title>Grid Angular</title> | |
<link rel="stylesheet" type="text/css" href="http://angular-ui.github.com/ng-grid/css/ng-grid.css" /> | |
<link rel="stylesheet" type="text/css" href="css/style.css" /> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.2/angular.min.js"></script> | |
<script type="text/javascript" src="http://angular-ui.github.com/ng-grid/lib/ng-grid.debug.js"></script> | |
<script type="text/javascript" src="scripts/dados.js"></script> | |
</head> | |
<body ng-controller="MyCtrl"> | |
<div class="gridStyle" ng-grid="gridOptions" width></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment