Skip to content

Commit 14c58fd

Browse files
committed
add some credits
1 parent 3b7d880 commit 14c58fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,3 +815,15 @@ _Why_: Using DI makes testing and refactoring easier.
815815
3. Don't do `if (!$scope.$$phase) $scope.$apply()`, it means your `$scope.$apply()` isn't high enough in the call stack.
816816

817817
_Why_: You should `$scope.$apply()` as close to the asynchronous event binding as possible.
818+
819+
## Credits
820+
821+
We referred to lots of resources during the creation of this styleguide, including:
822+
823+
- [Todd Motto's styleguide](https://github.com/toddmotto/angularjs-styleguide)
824+
- [John Papa's styleguide](https://github.com/johnpapa/angularjs-styleguide)
825+
- [Minko Gechev's styleguide](https://github.com/mgechev/angularjs-style-guide)
826+
- [Google AngularJS and Closure styleguide](http://google-styleguide.googlecode.com/svn/trunk/angularjs-google-style.html)
827+
- [The Angular.js GitHub wiki](https://github.com/angular/angular.js/wiki)
828+
- [Digging into Angular's "Controller as" syntax, by Todd Motto](http://toddmotto.com/digging-into-angulars-controller-as-syntax/)
829+
- [Python PEP 8 Styleguide](http://legacy.python.org/dev/peps/pep-0008/)

0 commit comments

Comments
 (0)