[Feature Request]: Slide Box Pager Icon

I’m using the slide box and noticed that the pager icon is hard coded. The app design calls for hollow circles instead of filled ones and I was wondering if there is any way to change it. I came up with two options:

  • Overwrite the template in ionic.bundle.js but, then we won’t be able to update ionic in the future
  • Use decorators to overwrite the template in a config block: see example

The ideal solution would be to pass it in as an attribute. Any chance we could get this in the future?

Also, is this is the best place to request features or should it be done on github or elsewhere?