Update everything
This commit is contained in:
parent
bf368181a4
commit
72a485d6e8
319 changed files with 67958 additions and 13948 deletions
12
lib/angular/docs/partials/api/ng.$locale.html
Normal file
12
lib/angular/docs/partials/api/ng.$locale.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1><code ng:non-bindable="">$locale</code>
|
||||
<span class="hint">(service in module <code ng:non-bindable="">ng</code>
|
||||
)</span>
|
||||
</h1>
|
||||
<div><h2 id="Description">Description</h2>
|
||||
<div class="description"><p>$locale service provides localization rules for various Angular components. As of right now the
|
||||
only public api is:</p>
|
||||
|
||||
<ul>
|
||||
<li><code>id</code> – <code>{string}</code> – locale id formatted as <code>languageId-countryId</code> (e.g. <code>en-us</code>)</li>
|
||||
</ul></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue