Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 494 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 494 Bytes

Dialog Directive

a angular dialog component

Requirements

  • AngularJS

Preparation

npm install
npm test

Testing

We use karma to ensure the quality of the code. The easiest way to run test is to use grunt:

npm install
npm test

The karma task will try to open a browser in which to run the tests. Make sure this is available or change the configuration in test\karma.config.js

Usage

read https://github.com/zjuwwq/angular-ui-dialog/tree/master/demo for detail