ng-zen-wrap

0.1.0 • Public • Published

ng-zen-wrap

You do not have to write the deep nest element.The zencoding like notation helps you.

Install and Setup

bower

bower install --save ng-zen-wrap
angular.module('your-module', ['ng-zen-wrap'])

npm

npm install --save ng-zen-wrap
angular.module('your-module', [require('ng-zen-wrap')])

Usage

source

<zen def="div>.foo>#bar>p[a=baz]">zencoding</zen>

out

<div>
  <div class="foo">
    <div id="bar">
      <p a="baz">zencoding</p>
    </div>
  </div>
</div>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i ng-zen-wrap

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • ukyo