Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make reportr change the URL when selecting an interval #13

Merged
merged 1 commit into from May 20, 2015

Commits on May 20, 2015

  1. Make reportr change the URL when selecting an interval to make report…

    …s shareable/reloadable.
    
    This commit modifies reportr so that all controllers update the URL when changing an interval in the report. This allows sharing specific reports via the URL. Also developers can easily reload reports without having to select the interval again every time.
    
    I also switched the require.js injection to relative paths (saves some screenspace and even bytes) and the AngularJS injection to work via the .$inject property which is also great for saving some screenspace and still works with minification.
    FrontierPsychiatrist committed May 20, 2015
    Copy the full SHA
    e683876 View commit details
    Browse the repository at this point in the history