
# mre.model

Este módulo é responsavel por adicionar uma modal de alert, confirm ou prompt.


## Installation

First include  in your HTML:

```
<script src="angular.js">
<script src="">
```

You can download this file from the following places:

* (Google CDN)[https://developers.google.com/speed/libraries/devguide#angularjs]<br>e.g. <code>//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/undefined</code>
* (Bower)[http://bower.io]<br>e.g. <pre><code>bower install @X.Y.Z</code></pre>
* (code.angularjs.org)[http://code.angularjs.org]<br>e.g. <pre><code>&quot;//code.angularjs.org/X.Y.Z/&quot;</code></pre>

where X.Y.Z is the AngularJS version you are running.

Then load the module in your application by adding it as a dependent module:

```
angular.module('app', ['mre.model']);
```

With that you&apos;re ready to get started!




## Module Components






