Skip to content

Instantly share code, notes, and snippets.

@renatocantarino
Created September 2, 2014 01:11
Show Gist options
  • Save renatocantarino/05f72b932be45776a3c5 to your computer and use it in GitHub Desktop.
Save renatocantarino/05f72b932be45776a3c5 to your computer and use it in GitHub Desktop.
<!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