fix($templateRequest): give tpload error the correct namespace
BREAKING CHANGE Previously the `tpload` error was namespaced to `$compile`. If you have code that matches errors of the form `[$compile:tpload]` it will no longer run. You should change the code to match `[$templateRequest:tpload]`.
P
Pete Bacon Darwin committed
c617d6dceee5b000bfceda44ced22fc16b48b18b
Parent: 56b6ba8