Skip to content

Commit f94507a

Browse files
committed
Clarified style guide Y075
1 parent 704dc2f commit f94507a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,9 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
12331233
max: '='
12341234
},
12351235
link: linkFunc,
1236-
controller: ExampleController,
1236+
controller: ExampleController,
1237+
// note: This would be 'ExampleController' (the exported controller name, as string)
1238+
// if referring to a defined controller in its separate file.
12371239
controllerAs: 'vm',
12381240
bindToController: true // because the scope is isolated
12391241
};

0 commit comments

Comments
 (0)