Skip to content

Commit

Permalink
forgot to build...
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sanders committed Sep 19, 2016
1 parent ee79516 commit 2289796
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/vue-formly-bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-formly-bootstrap v0.4.0
* vue-formly-bootstrap v1.0.1
* https://github.com/matt-sanders/vue-formly-bootstrap
* Released under the MIT License.
*/
Expand Down Expand Up @@ -738,7 +738,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 41 */
/***/ function(module, exports) {

module.exports = "\n<div class=\"form-group\">\n <label v-if=\"form[key].label\" :for=\"form[key].id ? form[key].id : null\">{{form[key].label}}</label>\n <input class=\"form-control\" :class=\"form[key].classes\" :id=\"form[key].id ? form[key].id : null\" :type=\"form[key].inputType || text\" v-model=\"form[key].value\" @blur=\"onBlur\" @focus=\"onFocus\" @click=\"onClick\" @change=\"onChange\" @keyup=\"onKeyup\" @keydown=\"onKeydown\" v-formly-atts=\"form[key].atts\">\n</div>\n";
module.exports = "\n<div class=\"form-group formly-input\" :class=\"{'formly-has-value': form[key].value, 'formly-has-focus': form[key].$active}\">\n <label v-if=\"form[key].label\" :for=\"form[key].id ? form[key].id : null\">{{form[key].label}}</label>\n <input class=\"form-control\" :class=\"form[key].classes\" :id=\"form[key].id ? form[key].id : null\" :type=\"form[key].inputType || text\" v-model=\"form[key].value\" @blur=\"onBlur\" @focus=\"onFocus\" @click=\"onClick\" @change=\"onChange\" @keyup=\"onKeyup\" @keydown=\"onKeydown\" v-formly-atts=\"form[key].atts\">\n</div>\n";

/***/ },
/* 42 */
Expand Down
Loading

0 comments on commit 2289796

Please sign in to comment.