diff --git a/README.md b/README.md index 5866207..967ab18 100644 --- a/README.md +++ b/README.md @@ -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).