aboutsummaryrefslogtreecommitdiffstats
path: root/test/directive
diff options
context:
space:
mode:
authorIgor Minar2012-03-15 15:23:49 -0700
committerIgor Minar2012-03-15 15:23:49 -0700
commit252d4548f981e18f496877f0f1a30a6c05c8600f (patch)
treef0ed86b92a36847f0a1fdc5d428b514f05aed6e2 /test/directive
parent6abafcb4248f0a4374b3df0b67bf82b3c32194f3 (diff)
downloadangular.js-252d4548f981e18f496877f0f1a30a6c05c8600f.tar.bz2
style(ngSwitchSpec): fix typo
Diffstat (limited to 'test/directive')
-rw-r--r--test/directive/ngSwitchSpec.js2
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>' +