Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #220 from formio/build/2.8.2
Browse files Browse the repository at this point in the history
Build/2.8.2
  • Loading branch information
zackurben authored Jan 30, 2017
2 parents 5f4fc1b + f7e6ed8 commit ee48df5
Show file tree
Hide file tree
Showing 7 changed files with 866 additions and 539 deletions.
643 changes: 402 additions & 241 deletions dist/ngFormBuilder-complete.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions dist/ngFormBuilder-complete.min.js

Large diffs are not rendered by default.

643 changes: 402 additions & 241 deletions dist/ngFormBuilder-full.js

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions dist/ngFormBuilder-full.min.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion dist/ngFormBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,11 @@ module.exports = function(app) {
'</div>' +
'<form-builder-option ng-show="component.dataSrc == \'url\' || component.dataSrc == \'resource\'" property="searchField" label="Search Query Name" placeholder="Name of URL query parameter" title="The name of the search querystring parameter used when sending a request to filter results with. The server at the URL must handle this query parameter."></form-builder-option>' +
'<form-builder-option ng-show="component.dataSrc == \'url\' || component.dataSrc == \'resource\'" property="filter" label="Filter Query" placeholder="The filter query for results." title="Use this to provide additional filtering using query parameters."></form-builder-option>' +
'<form-builder-option ng-show="component.dataSrc == \'url\' || component.dataSrc == \'resource\' || component.dataSrc == \'json\'" property="limit" label="Limit" placeholder="Maximum number of items to view per page of results." title="Use this to limit the number of items to request or view."></form-builder-option>' +
'<div class="form-group" ng-show="component.dataSrc == \'json\'">' +
' <label for="filter" form-builder-tooltip="The filter type for search.">Search Filter</label>' +
' <select class="form-control" id="filter" name="filter" ng-model="component.filter" ng-options="value as label for (value, label) in {none: \'No Search\', contains: \'Contains\', startsWith: \'Starts With\'}"></select>' +
'</div>' +
'<div class="form-group" ng-show="component.dataSrc == \'custom\'">' +
' <label for="custom" form-builder-tooltip="Write custom code to return the value options. The form data object is available.">Custom Values</label>' +
' <textarea class="form-control" rows="10" id="custom" name="custom" ng-model="component.data.custom" placeholder="/*** Example Code ***/\nvalues = data[\'mykey\'];">{{ component.data.custom }}</textarea>' +
Expand Down Expand Up @@ -3908,7 +3913,7 @@ module.exports = ['$timeout','$q', function($timeout, $q) {

},{}],54:[function(_dereq_,module,exports){
"use strict";
/*! ng-formio-builder v2.8.1 | https://unpkg.com/[email protected].1/LICENSE.txt */
/*! ng-formio-builder v2.8.2 | https://unpkg.com/[email protected].2/LICENSE.txt */
/*global window: false, console: false */
/*jshint browser: true */

Expand Down
4 changes: 2 additions & 2 deletions dist/ngFormBuilder.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-formio-builder",
"version": "2.8.1",
"version": "2.8.2",
"description": "The Angular.js form builder component.",
"main": "dist/ngFormBuilder.js",
"scripts": {
Expand Down

0 comments on commit ee48df5

Please sign in to comment.