Skip to content

Commit

Permalink
fixing a link to the (internal only) externs
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 13, 2014
1 parent c2482ee commit 544e0db
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions angularjs-google-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,11 @@ <h3 id="moduledeps">
Using a property of my.submoduleA prevents Closure presubmit failures complaining that the file is
required but never used. Using the .name property avoids duplicating strings.</p>

<h3 id="externs">Use the provided Angular externs file</h3>
<p>
<a href="https://cs.corp.google.com/#piper///depot/google3/third_party/javascript/angular/v1_2/BUILD">//third_party/javascript/angular/v1_2:externs</a>
</p>
<h3 id="externs">Use a common externs file</h3>

<p>This maximally allows the JS compiler to enforce type safety in the presence of externally
provided types from Angular, and means you don't have to worry about Angular vars being obfuscated
in a confusing way. If you come across any issues with the externs file, please alert the Angular
users group and create a CL if you would to address the problem.</p>
in a confusing way. </p>

<p>Note to readers outside Google: the current externs file is located in an internal-to-Google
directory, but an example can be found on github <a href="https://github.com/angular/angular.js/pull/4722">
Expand Down

0 comments on commit 544e0db

Please sign in to comment.