## bower-material This repository contains the Bower release of [angular-material](https://github.com/angular/material). ### Installing Angular-Material > Please note that using Angular Material requires **Angular 1.3.x** or higher. Below is a sample set of commands: ```bash cd yourProjectDir bower install angular-material --save ``` ### Usage Now that you have installed [locally] the Angular libraries, simply include the scripts and stylesheet in your main HTML file: ```html