aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/booleanAttrsSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/ng/directive/booleanAttrsSpec.js')
-rw-r--r--test/ng/directive/booleanAttrsSpec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ng/directive/booleanAttrsSpec.js b/test/ng/directive/booleanAttrsSpec.js
index dd96ebf5..f398441e 100644
--- a/test/ng/directive/booleanAttrsSpec.js
+++ b/test/ng/directive/booleanAttrsSpec.js
@@ -77,7 +77,7 @@ describe('boolean attr directives', function() {
});
-describe('ng-src', function() {
+describe('ngSrc', function() {
it('should interpolate the expression and bind to src', inject(function($compile, $rootScope) {
var element = $compile('<div ng-src="some/{{id}}"></div>')($rootScope)
@@ -94,7 +94,7 @@ describe('ng-src', function() {
});
-describe('ng-href', function() {
+describe('ngHref', function() {
var element;
afterEach(function() {