Skip to content
Dean Sofer edited this page Aug 30, 2013 · 6 revisions
  1. Stop wrapping element inside of $(). All AngularJS elements are already jq-objects
  2. Stop doing if (!$scope.$$phase) $scope.$apply(), it means your $scope.$apply() isn't high enough in the call stack.
  3. Stop using jQuery to generate templates
  4. Stop releasing the same plugin 8 other people released. Learn to fork and pull request instead.
  5. Stop complaining about the docs without submitting a patch. They suck, we know.