GitXplorerGitXplorer
m

ng-virtual-if

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4f995a1d15760f4c12ed71a257a81ca22d28ac1a

Use testem to run the tests

mmarcioj committed 9 years ago
Unverified
d87efcfd09a52e73a62b4fc0b727cceaf03b2b11

Dealloc morph

mmarcioj committed 9 years ago
Unverified
c429be47136b9a3d713e6eababa46fd6c70e0603

Update README.md

mmarcioj committed 9 years ago
Unverified
9cc0ddbf38d8251f1b9e8bff2932d71960498a4b

Additional tests and directive teardown

mmarcioj committed 9 years ago
Unverified
11be65c594204e8ad56e90fc802cd8a99b8dda9b

Fix identation

mmarcioj committed 9 years ago
Unverified
d73da606bdf7b9b79902b9cba90bafc937fe2b12

Initial commit

mmarcioj committed 9 years ago

README

The README file for this repository.

ng-virtual-if

Installation

TODO

Usage

angular.module('my-app', ['ng-virtual-if']);
<div>
<!-- directive: vIf message -->
<span>Hello {{message}}</span>
<!-- vEnd -->
</div>'

Running Tests

npm test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)