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
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
An [AngularJS](http://angularjs.org/) directive to vertically equalize a group of elements with varying heights. In other words, it dynamically makes a group of elements the same height.
4
4
5
5
## Usage
6
-
First, add `angular.vertilize` to your Angular application module dependencies. Then, use the `vertilize-container` and `vertilize` directives on the HTML elements that you want to have equal heights maintained.
6
+
First, add `angular.vertilize` to your Angular application module dependencies. Then, use the `vertilize-container`directive and child`vertilize` directives on the HTML elements that you want to have equal heights maintained.
0 commit comments