SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

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