Skip to content

Commit

Permalink
add syntax links for computed columns params
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaligand committed Dec 3, 2017
1 parent 4f23741 commit ab1e4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/enhanced-table-vis-params.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<!-- editor -->
<div ng-if="editorOpen">
<div class="form-group">
<label>Formula</label>
<label>Formula (<a ng-href="https://github.com/silentmatt/expr-eval#expression-syntax" target="_blank">expr-eval</a> syntax)</label>
<input type="text" ng-model="computedColumn.formula" class="form-control" />
</div>
<div class="form-group">
Expand All @@ -92,7 +92,7 @@
</select>
</div>
<div class="form-group" ng-show="computedColumn.format === 'number'">
<label>Numeral.js format pattern</label>
<label>Pattern (<a ng-href="http://numeraljs.com/#format" target="_blank">Numeral.js</a> syntax)</label>
<input type="text" ng-model="computedColumn.pattern" class="form-control">
</div>
<div class="form-group">
Expand Down

0 comments on commit ab1e4f8

Please sign in to comment.