<form role="form" id="loginForm" ng-login-submit="login" autocomplete="on">
    <section class="wrapper scrollable animated fadeInDown" 
ng-class="{'doctena-loading': 
loading}">
        <section class="panel panel-default">
            <div class="panel-heading">
                <div>
                    <img src="/images/logo_baseline_{{tld | 
limitTo:-2}}.png" alt="doctena">
                </div>
            </div>
            <ul class="list-group">
                <li class="list-group-item">
                    <span class="welcome-text">
                        {{'__form_account_doctor_legend' | translate}}
                    </span>
                </li>
                <li class="list-group-item">
                    <div class="form-group">
                        <input ng-model="user.username"
                               autocomplete="on"
                               id="login"
                               name="login"
                               type="email"
                               class="form-control input-lg"
                               placeholder="{{'__label_user_email' | 
translate}}"
                               required="true"/>
                    </div>
                    <div class="form-group">
                        <input ng-model="user.password"
                               autocomplete="on"
                               id="password"
                               name="pass"
                               type="password"
                               class="form-control input-lg"
                               placeholder="{{'__label_user_password' | 
translate}}"
                               required="true"/>
                    </div>
                    <div>
                        <label class="checkbox-inline">
                            <div class="checker"><span><input type=
"checkbox" id="remember_me" ng-model="user.remember_me"></span></div>
                            {{'__label_remember_me' | translate}}
                        </label>
                    </div>
                </li>
            </ul>
            <div class="panel-footer">
                <button type="submit" class="btn btn-lg 
btn-success">{{'__label_submit_login' 
| translate}}</button>
            </div>
        </section>
    </section>
</form>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to