style(ngSwitchSpec): fix typo

This commit is contained in:
Igor Minar 2012-03-15 15:23:49 -07:00
parent 6abafcb424
commit 252d4548f9

View file

@ -62,7 +62,7 @@ describe('ng-switch', function() {
}));
it('should properly create and destory child scopes', inject(function($rootScope, $compile) {
it('should properly create and destroy child scopes', inject(function($rootScope, $compile) {
element = $compile(
'<ng:switch on="url">' +
'<div ng-switch-when="a">{{name}}</div>' +