e0ipso / message-center

Message service and directive to display flash messages in AngularJS
GNU General Public License v2.0
74 stars 46 forks source link

Bugfix: Close unclosed span tag to prevend error in Internet Explorer 8 #31

Closed eduards closed 9 years ago

eduards commented 9 years ago

IE8 can't handle the unclosed span tag. It will fail with with the JavaScript error message Error: [$compile:ctreq] Controller 'ngSwitch', required by directive 'ngSwitchDefault', can't be found! http://errors.angularjs.org/1.2.29/$compile/ctreq?p0=ngSwitch&p1=ngSwitchDefault

e0ipso commented 9 years ago

Good catch! Thanks.