We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afb916e + 2e0e226 commit b7abbbcCopy full SHA for b7abbbc
package.json
@@ -15,6 +15,7 @@
15
"gulp": "^3.9.0",
16
"gulp-angular-templatecache": "^1.6.0",
17
"gulp-concat": "^2.5.2",
18
+ "gulp-jscs": "^3.0.2",
19
"gulp-minify-html": "^1.0.2",
20
"gulp-rename": "^1.2.2",
21
"gulp-uglify": "^1.2.0",
src/default.html
@@ -1,4 +1,4 @@
1
-<md-input-container class="schema-form-{{form.type}} {{form.htmlClass}}" sf-messages>
+<md-input-container class="schema-form-{{form.type}} {{form.htmlClass}}" ng-class="{'md-input-has-value':model['{{form.key.slice(-1)[0]}}']}" sf-messages>
2
<label ng-show="showTitle()" for="{{form.key.slice(-1)[0]}}">{{form.title}}</label>
3
<!--
4
<input ng-if="!form.fieldAddonLeft && !form.fieldAddonRight"
0 commit comments