Cloned from hisplan/angular-seed.
Added Angular UI Grid:
bower install angular-ui-grid --saveAdded <script> and <link> tag to app/index.html:
<link rel="styleSheet" href="bower_components/angular-ui-grid/ui-grid.min.css" />
<script src="bower_components/angular-ui-grid/ui-grid.min.js"></script>Added an example grid to app/view1:
app/view1/view1.htmlapp/view1/view1.js
Added the test helper functions:
e2e-tests/gridObjectTestUtils.spec.jse2e-tests/gridTestUtils.spec.js
Added an exmaple end-to-end test code e2e-tests/view1-grid.spec.js.
- Angular UI Grid : http://ui-grid.info/
- Intro to UI-Grid : http://ui-grid.info/docs/#/tutorial/101_intro
- End-to-End Testing : http://ui-grid.info/docs/#/tutorial/403_end_to_end_testing
- End-to-End Test Helper Functions : http://ui-grid.info/docs/#/api/ui.grid.e2eTestLibrary.api:gridTest