diff options
| author | Igor Minar | 2012-03-15 15:23:49 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-03-15 15:23:49 -0700 |
| commit | 252d4548f981e18f496877f0f1a30a6c05c8600f (patch) | |
| tree | f0ed86b92a36847f0a1fdc5d428b514f05aed6e2 /test/directive | |
| parent | 6abafcb4248f0a4374b3df0b67bf82b3c32194f3 (diff) | |
| download | angular.js-252d4548f981e18f496877f0f1a30a6c05c8600f.tar.bz2 | |
style(ngSwitchSpec): fix typo
Diffstat (limited to 'test/directive')
| -rw-r--r-- | test/directive/ngSwitchSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/directive/ngSwitchSpec.js b/test/directive/ngSwitchSpec.js index b0dd7493..b4df109e 100644 --- a/test/directive/ngSwitchSpec.js +++ b/test/directive/ngSwitchSpec.js @@ -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>' + |
