Here we have smart-table grid over angular-ui-scroll.
==============
Prerequisites:
- install Git
- install node.js with npm (Node Package Manager)
- install Grunt package globally.
npm install -g grunt-cli - install [Bower] (https://github.com/bower/bower)
npm install -g bower
To run:
- clone the repository
git clone https://github.com/dhilt/ui-scroll-grid.git cd ui-scroll-grid- install nodejs dependencies
npm install - remove directives depend on bower
grunt clean:bower - install bower dependencies
bower install - compile app client side
grunt build - run the app server
npm start - to open the app in the browser go to
http://localhost:1234/
Local development:
- remove directives depend on bower
grunt clean:bower - compile app client side
grunt build - run the app server
npm start - to watch for source changes (js, html, less)
grunt watcher-- run it in a separate terminal