Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: legalthings/angular-pdfjs-viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: legalthings/angular-pdfjs-viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Apr 12, 2017

  1. Fixed IE11 Problem - webViewerLoad needs an empty string

    Alexander Peinsipp committed Apr 12, 2017
    Copy the full SHA
    609593e View commit details

Commits on Apr 13, 2017

  1. Copy the full SHA
    9fc47d0 View commit details
  2. Merge pull request #40 from apeinsip/IE11

    Fixed IE11 Problem - webViewerLoad needs an empty string
    moesjarraf authored Apr 13, 2017
    Copy the full SHA
    dd7240e View commit details

Commits on May 18, 2017

  1. Copy the full SHA
    5de6ab0 View commit details

Commits on Jul 11, 2017

  1. Add main in package.json

    To allow the import of the lib.
    
    https://docs.npmjs.com/files/package.json#main
    bastienmoulia authored Jul 11, 2017
    Copy the full SHA
    616262d View commit details

Commits on Jul 21, 2017

  1. add npm install in readme

    mzmousa authored Jul 21, 2017
    Copy the full SHA
    f8134be View commit details

Commits on Aug 9, 2017

  1. Merge pull request #52 from bastienmoulia/patch-1

    Add main in package.json
    jasny authored Aug 9, 2017
    Copy the full SHA
    43e45af View commit details
  2. Merge pull request #46 from SachiraChin/master

    Fixed on-page-load sample script
    jasny authored Aug 9, 2017
    Copy the full SHA
    e45e03a View commit details

Commits on Oct 27, 2017

  1. Copy the full SHA
    d11f65f View commit details

Commits on Nov 7, 2017

  1. add missing comma

    FROGGS authored Nov 7, 2017
    Copy the full SHA
    674fb93 View commit details

Commits on Nov 20, 2017

  1. Merge pull request #67 from FROGGS/patch-1

    add missing comma
    svenstm authored Nov 20, 2017
    Copy the full SHA
    d1bd263 View commit details
  2. Merge pull request #54 from mzmousa/patch-2

    add npm install in readme
    svenstm authored Nov 20, 2017
    Copy the full SHA
    37fb28a View commit details
  3. Copy the full SHA
    074b8d3 View commit details
  4. Merge pull request #72 from legalthings/npm-install-bower

    Use bower postinstall after running npm install
    svenstm authored Nov 20, 2017
    Copy the full SHA
    40769c6 View commit details

Commits on May 18, 2018

  1. Merge pull request #66 from nedex/grunt-fix

    Fixed gruntfile template replacement
    jasny authored May 18, 2018
    Copy the full SHA
    b98415a View commit details

Commits on May 23, 2018

  1. updated README.md -- expanded advanced configuration

    Added a single sentence explaining how setWorkerSrc() can be used when we have added pdf.js to a concatenated Javascript file as part of our build process but we exclude the pdf.worker.js file.
    outboundexplorer authored May 23, 2018
    Copy the full SHA
    123f74e View commit details

Commits on Jun 15, 2018

  1. Improve consistency in explanation

    1) Initial examples were listed with simply "pdf.src" within the view, however later they were shown as "$ctrl.src" so I changed this to "pdf.src" to improve consistency.  I also removed all other occurrences of $ctrl from the views.  Although using $ctrl makes sense to explain this, consistency is improved by making them all the same.   
    
    2) on-page-load="onPageLoad()" in the view was missing page value so changed to --> on-page-load="onPageLoad(page)"
    outboundexplorer authored Jun 15, 2018
    Copy the full SHA
    291f059 View commit details

Commits on Sep 4, 2018

  1. Copy the full SHA
    79f98fb View commit details
  2. removed bower.json

    dumith-eranga committed Sep 4, 2018
    Copy the full SHA
    a4834cb View commit details

Commits on Oct 19, 2018

  1. Merge pull request #83 from outboundexplorer/master

    updated README.md -- expanded advanced configuration
    jasny authored Oct 19, 2018
    Copy the full SHA
    230aaaf View commit details
  2. Merge pull request #85 from outboundexplorer/patch-1

    Improve consistency in explanation
    jasny authored Oct 19, 2018
    Copy the full SHA
    18f18dd View commit details
  3. Merge pull request #88 from dumith-eranga/feature/package-json

    Feature/package json
    jasny authored Oct 19, 2018
    Copy the full SHA
    2e7f0c1 View commit details
  4. Low maintenance

    Fixes #84
    IE not supported. Fixes #87
    jasny authored Oct 19, 2018
    Copy the full SHA
    8e6f63e View commit details
Loading