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 10, 2014
1 parent 9b3c48e commit e231f3c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ There are multiple ways to use `$ocLazyLoad` to load your files, just choose the
###### Using requireJS:
If you decide to use ocLazyLoad with requireJS, you must declare the bootstraped module in the configuration of the provider. More info [here](#loaded-modules)

###### More examples
###### More examples / tutorials / articles
You can find two basic examples in the example folder. If you need more, check out those links:
- [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/) - 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
- [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 - **pro**
- [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 - **pro**
- [Simple Lazy Loaded Angular Module Syntax with ocLazyLoad](https://egghead.io/lessons/angularjs-simple-lazy-loaded-angular-module-syntax-with-oclazyload) - An AngularJS lesson by [@johnlindquist](https://twitter.com/johnlindquist) on [egghead.io](https://egghead.io/) - part 3 - **free**

### 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 e231f3c

Please sign in to comment.