Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix($compile): throw an exception when an attribute is unassigned #6064

Closed
wants to merge 1 commit into from

Commits on Nov 24, 2014

  1. fix($compile): throw an exception when an attribute is unassigned

    Documentation states that NON_ASSIGNABLE_MODEL_EXPRESSION exception should be thrown if
    a two-way attribute doesn't exist. This commit adds a simple test and throws an error
    if the property is missing. Note that the documentation should probably be updated
    and a different exception should be thrown using minErr.
    
    This commit refers to issue angular#6060
    panuhorsmalahti committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    ca16eac View commit details
    Browse the repository at this point in the history