OcLazyLoad Versions Save

Lazy load modules & components in AngularJS

1.1.0

7 years ago

Bug Fixes

  • resolve the loader with created elements (3351e44d, #292)
  • ensure CSS loader uses loading patch for PhantomJS 1.9 (54d68e92, #280)

Features

1.0.9

8 years ago

Bug Fixes

Features

1.0.8

8 years ago

Bug Fixes

1.0.7

8 years ago

Bug Fixes

  • requirejs error callback (11130942)
  • infinite loop in inject (70859980)
  • IE "Invalid calling object" error (attach to DOM and then compile) (d99ab925)

1.0.6

8 years ago

Bug Fixes

  • calling inject from loaders should pass the "real" module param (953584e8, #221)
  • directive compile original contents after dependency is loaded. (a48e3ceb, #168, #194)

1.0.5

8 years ago

Bug Fixes

  • loading a module with dependencies with multiple oc-lazy-load directives (098e391b, #213)
  • changing semver dependency for Angular (30626401, #195)

Features

  • optimise signature calls and onInvoke function (c56e727e)

1.0.4

8 years ago

Bug Fixes

  • don't let unmet dependencies slip through (thank you unit tests!) (23eb666d)
  • don't try to call angular.module on config names (52219f92, #217, #218)

1.0.3

8 years ago

Bug Fixes

1.0.2

8 years ago

Bug Fixes

  • add extra condition to improve karma testing (f0c33aae)

Features

  • add interoperability with CommonJS (b0536ad4)

1.0.1

8 years ago

Bug Fixes

  • don't remove filecache for files that were successfully loaded (e2ed37c0)