Skip to content

Commit

Permalink
New release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmartos committed Mar 15, 2021
1 parent f5c27fb commit 91e2890
Show file tree
Hide file tree
Showing 3 changed files with 5,547 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ angular.module('myApp').config(function (reservationConfigProvider) {
});
```

You can also extend the module configuration from a controller

```html
<!-- angular-reservation directive -->
<reservation config="myCtrl.config"></reservation>
```

# [See the full documentation](https://hmartos.github.io/angular-reservation/#!#docs)


Expand Down
Loading

0 comments on commit 91e2890

Please sign in to comment.