angular-page-loader
Version:
quick app integration for your favourite loaders
28 lines (18 loc) • 884 B
HTML
<div style="text-align: center">
<div class="content-box">
<h2>Change the input below and try to change the page.</h2>
<form class="details-box" name="myForm">
<input type="text" ng-model="myInput.name" required>
<input type="text" ng-model="myInput.surname" required>
<input type="submit" value="Save">
</form>
<p>
If you press <b>No</b> the route change will be prevented and the page loader will not appear.
<br>If you press <b>Yes</b> the route will change and the loader will appear until the next route is fully loaded.
</p>
<pre class="form-control">{{myForm}}</pre>
<p>
By clicking the <b>Save</b> button the form will be submitted and you can exit the page without any alert.
</p>
</div>
</div>