1. 30 Jun, 2016 1 commit
    • Gael du Plessix's avatar
      refactor(AMD/CommonJS exported module): Export module name instead of module object · fad069d5
      Gael du Plessix authored
      When the module is imported using AMD/CommonJS, it is expected to expose its name instead of the
      Angular module object. This is because angular.module() expects the dependencies as string instead
      of actual module objects.
      
      Fix #326. Breaking change: code that relies on the module object to be exported (accessing the name
      via `.name` for example) will break, since the name is now directly returned.
      fad069d5
  2. 29 Jun, 2016 1 commit
  3. 09 Jun, 2016 1 commit
  4. 07 Jun, 2016 1 commit
    • Valentin Hervieu's avatar
      feat(cmbLabel): Add a mergeRangeLabelsIfSame option · b61a94b1
      Valentin Hervieu authored
      In 3afcce95 commit, I changed the behavior of the combined label for range slider. However, this
      broke previous implementation, so this commit add an option to configure this feature. The default
      behavior is back as previously: If the slider values are the same, the combined label is 'X - X'
      
      Related to #245
      b61a94b1
  5. 04 Jun, 2016 4 commits
  6. 02 Jun, 2016 2 commits
  7. 29 May, 2016 1 commit
  8. 25 May, 2016 2 commits
  9. 24 May, 2016 1 commit
    • Tom Chiverton's avatar
      IE8 support (#314) · 1ee44571
      Tom Chiverton authored
      * IE8 support
      
      IE8 requires the ability to use the alternative directive syntax : <div rzslider ... ></div>
      
      Fixes #313
      
      * Update for new default template
      
      * New template for IE8 support
      
      * Update for new template
      
      * oops
      
      * Suggested fixes for #314
      1ee44571
  10. 22 May, 2016 5 commits
  11. 19 May, 2016 1 commit
  12. 17 May, 2016 1 commit
  13. 13 May, 2016 1 commit
  14. 24 Apr, 2016 3 commits
  15. 22 Apr, 2016 3 commits
  16. 01 Apr, 2016 5 commits
  17. 30 Mar, 2016 2 commits
  18. 28 Mar, 2016 1 commit
  19. 25 Mar, 2016 1 commit
  20. 16 Mar, 2016 2 commits
  21. 14 Mar, 2016 1 commit