Skip to content

Instantly share code, notes, and snippets.

@josebalius
Last active August 29, 2015 14:01
Show Gist options
  • Save josebalius/116695644eb199ef213a to your computer and use it in GitHub Desktop.
Save josebalius/116695644eb199ef213a to your computer and use it in GitHub Desktop.
How to use ngGrid - Add to HTML
<!DOCTYPE html>
<html ng-app="example">
<head>
<title>ngReactGrid Basic Example</title>
<link rel="stylesheet" type="text/css" href="css/ngReactGrid.css">
</head>
<body>
<!-- Your JS Sources -->
<script src="js/angular.min.js" type="text/javascript" ></script>
<script src="js/react-0.10.0.js" type="text/javascript" ></script>
<script src="js/ngReactGrid.min.js" type="text/javascript" ></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment