Skip to content

Commit

Permalink
docs: added a link to a new lesson from egghead.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Oct 3, 2014
1 parent 4b44ac8 commit 9b3c48e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ You can find two basic examples in the example folder. If you need more, check o
- [Lazy loading with requirejs, ocLazyLoad and ui-router using the templateProvider](http://plnkr.co/edit/OGvi01?p=preview) - by @gilbox
- [Lazy loading with requirejs, ocLazyLoad and ui-router using the uiRouterDecorator](http://plnkr.co/edit/6CLDsz?p=preview) - by @gilbox
- [Lazy Loading ui-router states with requirejs, ocLazyLoad and ui-router-extras futureStates](http://bardo.io/posts/oclazyload-future-states/) - by @kbdaitch
- [Lazy loading Angular modules with ocLazyLoad](https://egghead.io/lessons/angularjs-lazy-loading-angular-modules-with-oclazyload) - An AngularJS lesson by [@johnlindquist](https://twitter.com/johnlindquist) on [egghead.io](https://egghead.io/)
- [Lazy loading Angular modules with ocLazyLoad](https://egghead.io/lessons/angularjs-lazy-loading-angular-modules-with-oclazyload) - An AngularJS lesson by [@johnlindquist](https://twitter.com/johnlindquist) on [egghead.io](https://egghead.io/) - part 1
- [Lazy Loading modules with ui-router and ocLazyLoad](https://egghead.io/lessons/angularjs-lazy-loading-modules-with-ui-router-and-oclazyload) - An AngularJS lesson by [@johnlindquist](https://twitter.com/johnlindquist) on [egghead.io](https://egghead.io/) - part 2

### Service
You can include `$ocLazyLoad` and use the function `load` which returns a promise. It supports single dependency (object) or multiple dependencies (array of objects).
Expand Down

0 comments on commit 9b3c48e

Please sign in to comment.