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

fix(angular.copy): change angular.copy to correcly clone RegExp #3474

Closed
wants to merge 1 commit into from

Commits on Aug 6, 2013

  1. fix(angular.copy): change angular.copy to correcly clone RegExp

    angular.copy previously copied RegExp as an empty object. Change detects
    RegExp instance and clones into new RegExp. This change is based on a previous
    fix to allow Date to be copied.
    
    Closes angular#3473
    AndyHitchman committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    89fbd5d View commit details
    Browse the repository at this point in the history