')($rootScope);
$rootScope.$digest();
var e1 = jqLite(element[0].childNodes[1]);
@@ -160,7 +160,7 @@ describe('ng-class', function() {
}));
- it('should allow both ng-class and ng-class-odd/even on the same element', inject(function($rootScope, $compile) {
+ it('should allow both ngClass and ngClassOdd/Even on the same element', inject(function($rootScope, $compile) {
element = $compile('
' +
'' +
@@ -178,7 +178,7 @@ describe('ng-class', function() {
}));
- it('should allow both ng-class and ng-class-odd/even with multiple classes', inject(function($rootScope, $compile) {
+ it('should allow both ngClass and ngClassOdd/Even with multiple classes', inject(function($rootScope, $compile) {
element = $compile('
' +
'' +
diff --git a/test/ng/directive/ngClickSpec.js b/test/ng/directive/ngClickSpec.js
index f5086d1c..3e997c46 100644
--- a/test/ng/directive/ngClickSpec.js
+++ b/test/ng/directive/ngClickSpec.js
@@ -1,6 +1,6 @@
'use strict';
-describe('ng-click', function() {
+describe('ngClick', function() {
var element;
afterEach(function() {
diff --git a/test/ng/directive/ngCloakSpec.js b/test/ng/directive/ngCloakSpec.js
index f3c28b60..db673375 100644
--- a/test/ng/directive/ngCloakSpec.js
+++ b/test/ng/directive/ngCloakSpec.js
@@ -1,6 +1,6 @@
'use strict';
-describe('ng-cloak', function() {
+describe('ngCloak', function() {
var element;
@@ -17,7 +17,7 @@ describe('ng-cloak', function() {
}));
- it('should remove ng-cloak class from a compiled element with attribute', inject(
+ it('should remove ngCloak class from a compiled element with attribute', inject(
function($rootScope, $compile) {
element = jqLite('');
@@ -33,7 +33,7 @@ describe('ng-cloak', function() {
}));
- it('should remove ng-cloak class from a compiled element', inject(function($rootScope, $compile) {
+ it('should remove ngCloak class from a compiled element', inject(function($rootScope, $compile) {
element = jqLite('');
expect(element.hasClass('foo')).toBe(true);
diff --git a/test/ng/directive/ngControllerSpec.js b/test/ng/directive/ngControllerSpec.js
index 832a683d..ab85c569 100644
--- a/test/ng/directive/ngControllerSpec.js
+++ b/test/ng/directive/ngControllerSpec.js
@@ -1,6 +1,6 @@
'use strict';
-describe('ng-controller', function() {
+describe('ngController', function() {
var element;
beforeEach(inject(function($window) {
diff --git a/test/ng/directive/ngEventDirsSpec.js b/test/ng/directive/ngEventDirsSpec.js
index c42f9b26..4aa09fc5 100644
--- a/test/ng/directive/ngEventDirsSpec.js
+++ b/test/ng/directive/ngEventDirsSpec.js
@@ -9,7 +9,7 @@ describe('event directives', function() {
});
- describe('ng-submit', function() {
+ describe('ngSubmit', function() {
it('should get called on form submit', inject(function($rootScope, $compile) {
element = $compile('