Skip to content

Commit 7a4527d

Browse files
committed
gh-pages v4.6.1-cfec75c5
1 parent 44132a9 commit 7a4527d

File tree

112 files changed

+1229
-1414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+1229
-1414
lines changed

docs/grunt-scripts/pdfmake.js

Lines changed: 1078 additions & 1217 deletions
Large diffs are not rendered by default.

docs/js/docs-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ NG_DOCS={
883883
"type": "service",
884884
"moduleName": "ui.grid.i18n",
885885
"shortDescription": "Services for i18n",
886-
"keywords": "$broadcasts $emits $rootscope add adds aggregate api application ascending cache column current currently decorate default description drag drop en english fallback fr getalllangs getcurrentlang getfallbacklang getsafetext grid group grouped grouppanel header i18n i18nconstants i18nservice items label1 label2 lang language languages loaded map maps missing names path property retrieving return returns service services set setcurrentlang setfallbacklang sets sort string stringmaps strings text translation ui update_event"
886+
"keywords": "$broadcasts $rootscope add adds aggregate api application ascending cache column current currently decorate default description drag drop en english fallback fr getalllangs getcurrentlang getfallbacklang getsafetext grid group grouped grouppanel header i18n i18nconstants i18nservice items label1 label2 lang langs language languages loaded map maps missing names path property retrieving return returns service services set setcurrentlang setfallbacklang sets sort string stringmaps strings text translation ui update_event"
887887
},
888888
{
889889
"section": "api",

docs/partials/api/ui.grid.i18n.service.i18nService.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<div class="description"><div class="ui-grid-i18n-service-page ui-grid-i18n-service-i18nservice-page"><p>Services for i18n</p>
88
</div></div>
99
<div class="member method"><h2 id="methods">Methods</h2>
10-
<ul class="methods"><li><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source icon-eye-open"> </a><h3 id="methods_add">add(lang, stringMaps)</h3>
10+
<ul class="methods"><li><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source icon-eye-open"> </a><h3 id="methods_add">add(langs, stringMaps)</h3>
1111
<div class="add"><div class="add-page"><p>Adds the languages and strings to the cache. Decorate this service to
1212
add more translation strings</p>
13-
</div><h5 id="methods_add_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>lang</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="add-page"><p>language to add</p>
13+
</div><h5 id="methods_add_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>langs</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="add-page"><p>languages to add</p>
1414
</div></td></tr><tr><td>stringMaps</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="add-page"><p>of strings to add grouped by property names</p>
1515
</div></td></tr></tbody></table><h4 id="methods_add_example">Example</h4>
1616
<div class="example"><div class="add-page"><pre class="prettyprint linenums">
@@ -61,7 +61,7 @@
6161
</li>
6262
<li><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source icon-eye-open"> </a><h3 id="methods_setcurrentlang">setCurrentLang(lang)</h3>
6363
<div class="setcurrentlang"><div class="setcurrentlang-page"><p>sets the current language to use in the application
64-
$broadcasts and $emits the i18nConstants.UPDATE_EVENT on the $rootScope</p>
64+
$broadcasts the i18nConstants.UPDATE_EVENT on the $rootScope</p>
6565
</div><h5 id="methods_setcurrentlang_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>lang</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="setcurrentlang-page"><p>to set</p>
6666
</div></td></tr></tbody></table><h4 id="methods_setcurrentlang_example">Example</h4>
6767
<div class="example"><div class="setcurrentlang-page"><pre class="prettyprint linenums">

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ <h1 class="text-center">Angular UI Grid</h1>
7676
Code on Github
7777
</a>
7878

79-
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.6.1">
79+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.6.1-cfec75c5">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.6.1 / 4.6.1 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.6.1 / 4.6.1-cfec75c5 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.6.1 )</small>
83+
Download <small>( 4.6.1-cfec75c5 )</small>
8484
</a>
8585

8686
<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">

release/i18n/ui-grid.language.all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.6.1 - 2018-07-04
2+
* ui-grid - v4.6.1-cfec75c5 - 2018-07-09
33
* Copyright (c) 2018 ; License: MIT
44
*/
55

release/i18n/ui-grid.language.all.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/i18n/ui-grid.language.ar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.6.1 - 2018-07-04
2+
* ui-grid - v4.6.1-cfec75c5 - 2018-07-09
33
* Copyright (c) 2018 ; License: MIT
44
*/
55

release/i18n/ui-grid.language.ar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/i18n/ui-grid.language.bg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.6.1 - 2018-07-04
2+
* ui-grid - v4.6.1-cfec75c5 - 2018-07-09
33
* Copyright (c) 2018 ; License: MIT
44
*/
55

release/i18n/ui-grid.language.bg.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)