pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
notify-atm-form.html
(653B)
1 <div id="notify-atm-form" class="boxshadow fade-in">
2
3 <form name="notify" ng-submit="notifyEmail()" novalidate>
4 <div class="input-group">
5 <input required class="form-control" type="email" name="email"
6 placeholder="E-mail Address" ng-model="notification.email"
7 ng-maxlength="100"></input>
8
9 <div class="input-group-btn">
10 <button class="btn btn-default btn-primary" type="submit" disabler ng-model="notify_loading">
11 <i class="fa fa-envelope-o"></i> Notify Me
12 </button>
13 </div>
14 </div>
15 <div ng-controller="NearAtmNotifyAlert">
16 <span data-lift="embed?what=/templates-hidden/parts/alert"></span>
17 </div>
18 </form>
19
20 </div>