Skip to content

Commit 5482ba6

Browse files
Marcelo Portugalmportuga
authored andcommitted
docs(i18n): fix path to ui-grid.core file
1 parent c354e27 commit 5482ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/tutorial/104_i18n.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Another option is to use the i18nService and use the setCurrentLang method
2020
For an example using angular-translate to translate your headers, refer to http://plnkr.co/edit/KnrKTst5dWXvlZNeIy9c?p=preview
2121

2222
If you would like to get better performance out of your application, it is recommended that you take advantage of UI-Grid's multi-file
23-
support. By default ui-grid.base.js will contain just the english language, in order to load the other language follow the example bellow:
23+
support. By default ui-grid.core.js will contain just the english language, in order to load the other language follow the example bellow:
2424
<pre>
25-
<script src="/release/ui-grid.base.js"></script>
25+
<script src="/release/ui-grid.core.js"></script>
2626
<script src="/release/i18n/ui-grid.language.[YOUR_LANGUAGE_HERE].js"></script>
2727

2828
<!-- Alternatively you can load all languages provided with you grid by loading the following -->

0 commit comments

Comments
 (0)