File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -815,3 +815,15 @@ _Why_: Using DI makes testing and refactoring easier.
8158153 . 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/ )
You can’t perform that action at this time.
0 commit comments