AngularJS directives ready to be used in Qlik Sense visualization extensions.
Since AngularJS modules cannot be used directly in Qlik Sense visualization extensions, this is a growing collection of AngularJS directives I use in some of the visualizations I develop and should also give some help how to create AngularJS directives which can be used in Qlik Sense.
Feel free to contribute to this repository.
More information about how to use AngularJS in Qlik Sense visualization extensions can be found here: https://github.com/stefanwalther/qliksense-extension-tutorial
Usage:
<eui-button></eui-button>
(TBC)
Usage:
<eui-note></eui-note>
(TBC)
Usage:
<eui-version-check></eui-version-check>
Properties:
Install on your system:
npm install sense-angular-directives --save-dev
Then include the wanted directives into your project, e.g. by
- manually copying them
- using sense-go and the
import
task - etc.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. The process for contributing is outlined below:
- Create a fork of the project
- Work on whatever bug or feature you wish
- Create a pull request (PR)
I cannot guarantee that I will merge all PRs but I will evaluate them all.
Stefan Walther
Copyright © 2017, Stefan Walther. MIT
This file was generated by verb-generate-readme, v0.6.0, on July 21, 2017.