pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 29d58af41649d31bfdebba8215985bd318ef0955 parent bd756f22834ce4a1987db7c63d9e402cf4e7251b Author: Jul <jul@9o.is> Date: Sun, 4 May 2014 15:53:02 -0400 atm apply form minor touch Diffstat:
| M | src/main/webapp/templates-hidden/parts/apply-atm-form.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/webapp/templates-hidden/parts/apply-atm-form.html b/src/main/webapp/templates-hidden/parts/apply-atm-form.html @@ -2,7 +2,7 @@ <form name="form" class="smart-form client-form" ng-submit="save()" novalidate> <fieldset> <section> - <label class="input" ng-class="{{ stateSuccess('name') }}"> + <label class="input" ng-class="{{ stateSuccessError('name') }}"> <i class="icon-append fa fa-briefcase"></i> <input name="name" ng-model="model.name" placeholder="Business Name" type="text" required> </label>