Skip to content

Releases: ocombe/ocLazyLoad

0.5.2 (2014-12-30)

30 Dec 10:58
Compare
Choose a tag to compare

Bug Fixes

  • use init for bootstrapped apps & removed the need for loadedModules
    (01936cd6,
    #84, #102, #109)

Documentation

  • added a link to a new lesson from egghead.io
    (ef8d2871)

0.5.1 (2014-11-20)

20 Nov 21:35
Compare
Choose a tag to compare

Features

  • added travis CI & the first unit tests (finally!)
    (3dc81bfe

Bug Fixes

  • don't use async when you load files in serie
    (9af93ed3,
    #95)
  • avoid errors thrown on empty template files
    (768b9d75)
  • compatibility with jasmine
    (d4985e1d,
    #94)

0.5.0 (2014-11-11)

11 Nov 22:08
Compare
Choose a tag to compare

Features

Documentation

0.4.2 (2014-11-10)

09 Nov 23:49
Compare
Choose a tag to compare

Bug Fixes

  • extend config to params for the register method
    (31157941,
    #89)

0.4.1 (2014-11-09)

09 Nov 22:44
Compare
Choose a tag to compare

Bug Fixes

  • keep global params pristine when loading files
    (6b2306b7,
    #89)
  • defining new run blocks will replace previous ones
    (af2627b5,
    #89)

0.4.0 (2014-11-09)

09 Nov 20:53
Compare
Choose a tag to compare

Features

  • new parameter serie to load files in serie
    (4ae7a3f3,
    #47, #86)
  • new parameter rerun to rerun the run blocks
    (26a64a38,
    #89)
  • new function: isLoaded to check if a module has been loaded
    (364c9e9f,
    #79)

0.3.10 (2014-11-09)

09 Nov 14:14
Compare
Choose a tag to compare

Bug Fixes

  • fix for error:[$compile:multidir] Multiple directives
    (61fd4dd3,
    #84,
    #78,
    #73,
    #58)
  • css onload patch for some old browsers
    (14ce3406)
  • content inside the oc-lazy-load directive is now compiled on load
    (9962e2ef,
    #80)

0.3.9 (2014-11-02)

02 Nov 15:45
Compare
Choose a tag to compare

Bug Fixes

Features

  • broadcast for componentLoaded event provides more info (module name and type)
    (d41b9f53)
  • example1 now uses ui-grid instead of ng-grid
    (e7cf1e83)

Documentation

  • added link to a new article by @kbdaitch
    (cc6b41db)
  • added a link to a new lesson from egghead.io
    (e231f3cb)
  • added a link to a new lesson from egghead.io
    (9b3c48e4)

0.3.8 (2014-09-25)

25 Sep 15:30
Compare
Choose a tag to compare

Bug Fixes

0.3.7 (2014-09-10)

10 Sep 19:35
Compare
Choose a tag to compare

Bug Fixes

  • don't reload a dependency that was just loaded
    (6752bb94,
    #64)

Features

  • new event ocLazyLoad.moduleReloaded
    (5010d144)