Skip to content
This repository was archived by the owner on Oct 2, 2019. 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: angular-ui/ui-select
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: smrjans/ui-select
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 13, 2015

  1. Fix for below Error (when selected is null or undefined ):---

    TypeError: Cannot read property 'length' of undefined
        at ctrl.getPlaceholder (VM11931 bower_components.js:47488)
        at $parseFunctionCall (VM11931 bower_components.js:12406)
        at Object.expressionInputWatch (VM11931 bower_components.js:12815)
        at Scope.$digest (VM11931 bower_components.js:14302)
        at Scope.$apply (VM11931 bower_components.js:14573)
        at done (VM11931 bower_components.js:9700)
        at completeRequest (VM11931 bower_components.js:9890)
        at XMLHttpRequest.requestLoaded (VM11931 bower_components.js:9831)
    smrjans committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    64c5d77 View commit details
    Browse the repository at this point in the history
  2. Fix for below Error (when selected is null or undefined ):---

    TypeError: Cannot read property 'indexOf' of undefined
        at http://localhost:8092/js/bower_components.js:46778:76
        at Array.filter (native)
        at uis.controller.ctrl.parseRepeatAttr.ctrl.refreshItems (http://localhost:8092/js/bower_components.js:46778:36)
        at http://localhost:8092/js/bower_components.js:46797:16
        at Object.$watchCollectionAction [as fn] (http://localhost:8092/js/bower_components.js:14177:13)
        at Scope.$get.Scope.$digest (http://localhost:8092/js/bower_components.js:14310:29)
        at Scope.$get.Scope.$apply (http://localhost:8092/js/bower_components.js:14573:24)
        at done (http://localhost:8092/js/bower_components.js:9700:47)
        at completeRequest (http://localhost:8092/js/bower_components.js:9890:7)
        at XMLHttpRequest.requestLoaded (http://localhost:8092/js/bower_components.js:9831:9)
    smrjans committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    a0a3cb8 View commit details
    Browse the repository at this point in the history
  3. Fix for below Error (when selected is null or undefined ):---

    TypeError: Cannot read property 'indexOf' of undefined
        at http://localhost:8092/js/bower_components.js:46778:76
        at Array.filter (native)
        at uis.controller.ctrl.parseRepeatAttr.ctrl.refreshItems (http://localhost:8092/js/bower_components.js:46778:36)
        at http://localhost:8092/js/bower_components.js:46797:16
        at Object.$watchCollectionAction [as fn] (http://localhost:8092/js/bower_components.js:14177:13)
        at Scope.$get.Scope.$digest (http://localhost:8092/js/bower_components.js:14310:29)
        at Scope.$get.Scope.$apply (http://localhost:8092/js/bower_components.js:14573:24)
        at done (http://localhost:8092/js/bower_components.js:9700:47)
        at completeRequest (http://localhost:8092/js/bower_components.js:9890:7)
        at XMLHttpRequest.requestLoaded (http://localhost:8092/js/bower_components.js:9831:9)
    smrjans committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    e804056 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. Update bower.json

    smrjans committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    141a828 View commit details
    Browse the repository at this point in the history
Loading