Skip to content

Support for Required Angular 1.6 Lifecycle Hooks

Latest
Compare
Choose a tag to compare
@MuseofMoose MuseofMoose released this 11 Aug 20:08
· 1 commit to master since this release

Angular 1.6 now demands the use of its $onInit lifecycle hook in order to properly initialize directives. This release updates the code base to satisfy this requirement.

Changes:

  • Adding $onInit lifecycle hook to properly initialize directive for Angular 1.6