Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela committed Nov 6, 2015
1 parent 673af7a commit 9f0caaf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FormlyMaterial

Material Design Templates for [Angular-Formly](http://angular-formly.com). Modern & flexible forms configured easily in a JSON object.

**Angular Formly is not part of Atmosphere. You have to add it manually**
## Add Angular Formly

There is no official Angular Formly package in Atmosphere so you have to add it manually.

## Install

Expand All @@ -14,15 +16,12 @@ meteor add mys:angular-formly-templates-material

## Getting Started

1. Add package using `meteor add`
2. Add manually angular-formly library to your project
3. Add the following dependencies to your Angular module:
1. Add package using `meteor add` (see above)
2. Add angular-formly files to your project
3. Add the following dependencies to your AngularJS module:

```javascript
angular.module('myAppName', [
'ngMessages',
'ngMaterial',
'formly',
'formlyMaterial'
])
```
Expand Down

0 comments on commit 9f0caaf

Please sign in to comment.