angular-blocks icon indicating copy to clipboard operation
angular-blocks copied to clipboard

Template inheritance for Angular JS

Results 9 angular-blocks issues
Sort by recently updated
recently updated
newest added

Currently the ansi-styles dependency is 2.2.0 which doesn't exist. This updates it to 2.2.1 so this package can be downloaded from the tar.gz

the shrinkwrap file here specifies a version of ansi-styles which is no longer available, as many people have noted on https://github.com/npm/npm/issues/17723 https://docs.npmjs.com/files/shrinkwrap.json says "it's strongly discouraged for library authors to...

Hi, This is more of a feature request than an actual issue. The final DOM structure contains the `` and `` nodes which can be a problem when writing css....

Thanks for your great work on this package, it really helps a lot. In my usage I found the attributes defined in block elements could not be inherited. This sometimes...

Hi, I am trying to use 'angular-blocks' but I am receiving a warning. My template has this code: <script type="text/ng-template" id="/fc-layout.html"> <div data-block="fc"> <p>:fc</p> </div> </script> and my custom page...

Hi Luke! Thanks for great directive, it's really cool and easy to use. But there is one useful thing that I lack. It's overriding/extending of attributes. Please look at my...