Skip to content

Releases: eee-c/angular-bind-polymer

Support Dash Attributes

Choose a tag to compare

@eee-c eee-c released this 12 Sep 03:09

Minor release to add support for dash attributes in Polymer elements (e.g. <x-element out-value="{{b}}">).

Support for ng-if

Choose a tag to compare

@eee-c eee-c released this 03 Mar 05:46

General code improvements including support for the ng-if directive thanks to Jan-Willem Gmelig Meyling. Also thanks to Mark Daggett for initial code improvement suggestions.

Support Angular 1.3

Choose a tag to compare

@eee-c eee-c released this 19 Feb 04:07

Minor release to support the latest Angular:

  • Tested against Angular 1.3.13
  • Destroy the internal observer when the Angular element is destroyed (@heavysixer)