Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

57 lines (31 loc) · 2.59 KB

Import template url

  • In the new version of angular-templates (1.0.3) you can import the template url with an import statement - you can read about it here.

1.3.10 (2016-04-11)

Bug Fixes

  • #1309: Scope.bindToContext() will be applied on scope if no context is specified, and a (210f16a)
  • autorun: destroy event listener once autorun has been stopped (2ae0c22)

1.3.8 (2016-03-28)

Bug Fixes

  • reactive: empty collection on cursor change (252d2d4)
  • viewmodel: Scope and view model logics can now be used all together (c78c507)
  • viewmodel: View model and scope can both use 'getReactively' (dc0eb88)
  • commonjs support for es6 modules (67a218f)
  • fix missing dependencies in npm (ccf5eec)

Features

  • meteor 1.3 compatible (39cc970)
  • $angularMeteorSettings: suppress warnings (a787c1d)

Performance Improvements

  • reactive: skip comparing on initial data (21a1805)

1.3.7 (2016-02-28)

Bug Fixes

  • $angularMeteorSettings: unknown provider (bb1422c)
  • $angularMeteorSettings: unknown provider (44afc52)
  • angular-meteor-data: missing file extension (5bf38ea)
  • Apply mixins to rootScope (1a1c61b)
  • Legacy modules tests not passing (504952e)

Features

  • support for new angular-templates (5ab8fe7)
  • templates: make compatible with modules (fefa70c)