Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Bugfix that removes "setIsOpen is not a function" #4030

Closed
wants to merge 1 commit into from

Commits on Jul 28, 2015

  1. Bugfix that removes "setIsOpen is not a function"

    When binding "is-open" to an expression, the variable "getIsOpen" does not have "assign" function after the $parse call. This is ok since the the "isOpen" variable is assigned from the outside anyway. We just need to stop trying to execute the assign function to prevent the error.
    
    We might be able to disable more code when the "is-open" attribute is used, but that's a much bigger job.
    palaslet committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    8c27b4f View commit details
    Browse the repository at this point in the history