## bower-material This repository contains the Bower release of [angular-material](https://github.com/angular/material). ### Installing Angular-Material To install and use the Angular Material distribution files, change to your project's root directory. ```bash # To get the latest stable version, use Bower from the command line. bower install angular-material # To get the most recent, last committed-to-master version use: bower install angular-material#master # To save the bower settings for future use: bower install angular-material --save # Later, you can use easily update with: bower update ``` > Please note that using Angular Material requires **Angular 1.3.x** or higher. ### Using the Bower-Material Library Now that you have installed [locally] the Angular libraries, simply include the scripts and stylesheet in your main HTML file: ```html
``` #### CDN CDN versions of Angular Material are now available at [Google Hosted Libraries](https://developers.google.com/speed/libraries/devguide#angularmaterial). With the Google CDN, you will not need to download local copies of the distribution files. Instead simply reference the CDN urls to easily use those remote library files. This is especially useful when using online tools such as CodePen, Plunkr, or jsFiddle. ```html ``` > Note that the above sample references the 0.6.1 CDN release. Your version will change based on the latest stable release version. Developers seeking the latest, most-current build versions can use [RawGit.com](//rawgit.com) to pull directly from the distribution GitHub [Bower-Material](https://github.com/angular/bower-material) repository: ```html ``` > Please note that the above RawGit access is intended **ONLY** for development purposes or sharing low-traffic, temporary examples or demos with small numbers of people.