mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-23 11:56:39 +08:00
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 #3473 Closes #3474