fixing a link to the (internal only) externs

This commit is contained in:
naomib@google.com 2014-02-13 21:15:54 +00:00
parent c2482ee7e9
commit 544e0db367

View File

@ -120,15 +120,11 @@ goog.provide('hello.versions.Versions');
Using a property of my.submoduleA prevents Closure presubmit failures complaining that the file is 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> required but never used. Using the .name property avoids duplicating strings.</p>
<h3 id="externs">Use the provided Angular externs file</h3> <h3 id="externs">Use a common 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>
<p>This maximally allows the JS compiler to enforce type safety in the presence of externally <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 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 in a confusing way. </p>
users group and create a CL if you would to address the problem.</p>
<p>Note to readers outside Google: the current externs file is located in an internal-to-Google <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"> directory, but an example can be found on github <a href="https://github.com/angular/angular.js/pull/4722">