Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

fix(masonry.restrict): change directive restriction to attribute-only #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 12, 2017

  1. fix(masonry.restrict): change directive restriction to attribute-only

    The masonry directive does not properly create columns when used as an element.  To avoid confusion,
    I updated the directive code to restrict usage to attribute mode only (this could always be changed
    back, if a subsequent fix was made to fix element loading). I have also updated the repository
    README documentation to provide a more accurate account of how the masonry directive currently
    works. This issue was first brought up here: passy#169
    
    This will invalidate uses of this directive as an element. However, these uses are likely already
    blakerego committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    e78f133 View commit details
    Browse the repository at this point in the history