Skip to content

wake42/AngularJs-MatchHeight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJs-MatchHeight

An Angular JS directive I created for a work project to match div heights.

Usage:

  • Add angular-matchheight.js to your code:
<script src="angular-matchheight.js"></script>
  • Add a dependency to the angular-matchheight module in your application.
angular.module('MyApp', ['angular-matchheight']);
  • Add the iln-match-height attribute to the container of the elements you want to match
  • All elements within the iln-match-height parent will resize to match height
<div iln-match-height>
    <div>these</div>
    <div>will<br/>be<br/>the<br/>same<br/>height</div>
</div>

About

Angular JS directive to match div heights

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published