This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="col-lg-12 col-md-12 col-sm-12" ng-controller="ContactController"> | |
<div class="alert alert-danger" ng-show="error"> | |
<button class="close" data-dismiss="alert">x</button> | |
<strong>Error!</strong> An error occured while trying to send message. | |
</div> | |
<div class="alert alert-success" ng-show="success"> | |
<button class="close" data-dismiss="alert">x</button> | |
<strong>Success! </strong> Your message was successfully sent. | |
</div> | |
<form role="form" name="contactForm"> |