0.0.1 • Published 10 years ago

ds-ng-mocks v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

Mockasing

Extensions to Angular Mocks.

API

**render**(*html*, *data*)

Returns a rendered Angular Element, compiled from html and rendered with data.

**renderElement**(*tag*, *data*, *attributes*, *transclude*)

Utility to create html from the tag, attributes, and transclude before rendering with render.

**renderAttribute(*directive*, *data*, *attributes*, *transclude*)

Utility to create html for a div from the tag, attributes, and transclude before rendering with render.

Changelog

  • 0.0.1 2014-10-09 Render functionality.