This directive lets the end user create queries in a visual manner.
http://myforce.github.io/AngularQueryBuilder/
-
required: AngularJS >= 1.4
-
Make sure to add the dependencies before the directive's js file.
- Download the files
- Include the file in your app
<script type="text/javascript" src="query-builder-directive.js"></script>
.
- Include the module in angular (i.e. in
app.js
) -queryBuilder
See the documentation and examples in the GitHub pages: http://myforce.github.io/AngularQueryBuilder/