mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-14 03:41:07 +00:00
style(ngSwitchSpec): fix typo
This commit is contained in:
parent
6abafcb424
commit
252d4548f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue