You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+54-32
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,16 @@ It's still pretty early on, as it doesn't support a whole lot of use-cases, but
16
16
## Usage
17
17
18
18
### Dependency
19
-
Notice: this plugin requires the [Angular Recursion](https://github.com/marklagendijk/angular-recursion) module.
19
+
Notice: this plugin requires:
20
+
- the [Angular Recursion](https://github.com/marklagendijk/angular-recursion) module.
21
+
- the [Angular directives for Bootstrap](https://github.com/angular-ui/bootstrap) module to display the Calendar (ui.bootstrap.datepicker)
20
22
21
23
### Installation
22
24
First you'll need to download the [dist](https://github.com/dncrews/angular-elastic-builder/tree/master/dist) files and include this JS file to your app (don't forget to substitute `x.x.x` with the current version number), along with the RecursionHelper, if you're not already using it.
0 commit comments