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

Commit 761aaed

Browse files
committed
improve comment
1 parent d87c424 commit 761aaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngRef.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ var ngRefMinErr = minErr('ngRef');
244244

245245
var ngRefDirective = ['$parse', function($parse) {
246246
return {
247-
priority: -1, // Needed for compatibility with transclusion
247+
priority: -1, // Needed for compatibility with element transclusion on the same element
248248
restrict: 'A',
249249
compile: function(tElement, tAttrs) {
250250
// Get the expected controller name, converts <data-some-thing> into "someThing"

0 commit comments

Comments
 (0)