Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 273021a

Browse files
committed
fix($compile): added comment to test with link to issue
1 parent e6d2439 commit 273021a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ng/compileSpec.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ describe('$compile', function() {
294294
inject(function($compile) {});
295295
});
296296

297-
it('should omit special chars before processing directive name', function() {
297+
it('should omit special chars before processing attribute directive name', function() {
298+
// a regression https://github.com/angular/angular.js/issues/16278
298299
module(function() {
299300
directive('t', function(log) {
300301
return {

0 commit comments

Comments
 (0)