Skip to content

Commit

Permalink
Fixed syntax error in sample by inserting comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Riggs333 committed Apr 16, 2015
1 parent 6355f1f commit 193f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/views/configs-options.htm
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ <h5>translation</h5> <span class="label label-warning">New! v3.0.0</span>
<pre ><code>$scope.localLang = {
selectAll : "Tick all",
selectNone : "Tick none",
reset : "Undo all"
reset : "Undo all",
search : "Type here to search...",
nothingSelected : "Nothing is selected" //default-label is deprecated and replaced with this.
}</code></pre>
Expand Down

0 comments on commit 193f5c5

Please sign in to comment.