Skip to content

Commit 7c5ca46

Browse files
committed
Merge pull request johnpapa#562 from samilamti/master
Clarified style guide Y075
2 parents 27c81ac + f94507a commit 7c5ca46

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
@@ -1237,7 +1237,9 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
12371237
max: '='
12381238
},
12391239
link: linkFunc,
1240-
controller: ExampleController,
1240+
controller: ExampleController,
1241+
// note: This would be 'ExampleController' (the exported controller name, as string)
1242+
// if referring to a defined controller in its separate file.
12411243
controllerAs: 'vm',
12421244
bindToController: true // because the scope is isolated
12431245
};

0 commit comments

Comments
 (0)