Skip to content

Commit

Permalink
Added instructions how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed May 2, 2014
1 parent 5b070bd commit cc39f60
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ var app = angular.module('app', ["angucomplete"]);
| localdata | The local data variable to use from your controller. Should be an array of objects | No | countriesList |
| searchfields | The fields from your local data to search on (comma separate them) | No | title,description |

### Running test suite

In order to run tests clone repository and run following commands within
repo's directory:

```shell
bower install
grunt
```

### License
The angucomplete project is covered by the [MIT License](http://opensource.org/licenses/MIT "MIT License").

Expand Down

0 comments on commit cc39f60

Please sign in to comment.