Components for angularjs by FE team,support IE8+.
angularjs 1.2.32
After downloading dependencies you need to download build version of this project: https://github.com/zhangxuelian/angularjs-xue/tree/master/dist
You could import the components by require or script tag.
When you are done downloading all the dependencies and project files the only remaining part is to add dependencies on the ui.xue AngularJS module:
angular.module('myModule', ['ui.xue']);
$ npm install @xeui/angularjs-xue --save-dev
To use this project with webpack, follow the NPM instructions. Now, if you want to use pagination and table, you can do:
import pagination from 'angularjs-xue/src/pagination';
import table from 'angularjs-xue/src/table/index-nocss.js';
angular.module('myModule', [pagination,table]);
$ npm install grunt-cli@1.3.2 -g
$ npm install karma-cli@2.0.0 -g
git clone https://github.com/zhangxuelian/angularjs-xue.git
$ cd angularjs-xue
$ npm install
$ npm run test
$ npm run demo or npm run test-demo