Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
style(ngSwitchSpec): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Mar 15, 2012
1 parent 6abafcb commit 252d454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/directive/ngSwitchSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>' +
Expand Down

0 comments on commit 252d454

Please sign in to comment.