mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-17 02:46:47 +08:00
Previously, if a URL parameter value included a $, it would replace the dollar sign with a literal '$1' for mysterious reasons. Using a function rather than a replacement string circumvents this behaviour and produces a more expected result. Closes #6003 Closes #6004