Skip to content

Commit 55a81f5

Browse files
committed
endorsed
1 parent d168250 commit 55a81f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Angular Style Guide
22

3+
## Angular Team Endorsed
4+
Special thanks to Igor Minar, lead on the Angular team, for reviewing and contributing feedback for this guide, and entrusting me to shepherd this guide.
5+
6+
## Purpose
37
*Opinionated Angular style guide for teams by [@john_papa](//twitter.com/john_papa)*
48

59
If you are looking for an opinionated style guide for syntax, conventions, and structuring Angular applications, then step right in. These styles are based on my development experience with [Angular](//angularjs.org), presentations, [Pluralsight training courses](http://pluralsight.com/training/Authors/Details/john-papa) and working in teams.
@@ -1237,7 +1241,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
12371241
max: '='
12381242
},
12391243
link: linkFunc,
1240-
controller: ExampleController,
1244+
controller: ExampleController,
12411245
// note: This would be 'ExampleController' (the exported controller name, as string)
12421246
// if referring to a defined controller in its separate file.
12431247
controllerAs: 'vm',

assets/gde.png

60.5 KB
Loading

0 commit comments

Comments
 (0)