This repository was archived by the owner on May 10, 2018. It is now read-only.

Description
The way the controls template is right now does not work for my implementation.
- We use a pattern library with strict markup rules for QE
- I would like to show the next/previous buttons as disabled when at the beginning and end, the ng-if on each control removes the element from the DOM
Would it be possible to provide an option to reference a custom template instead of using the OOB HTML?
Would just need to pass in a template name to defaultOptions somehow.
Thanks.