Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ model, it is "configured" by supplying the class name (as defined in
Parse) as well as which properties are part of that class.

Angular-parse also uses promises for any methods making network calls.

## Getting started

Install


```bower install angular-parse```

Include the JavaScript file

```html
Expand Down