After including oclazyload.js in your index file, declare ocLazyLoad as a dependency in app.js
oclazyload.js
ocLazyLoad
app.js
//Make sure you put the correct dependency! it is spelled different than the service! angular.module('app', [ 'oc.lazyLoad', 'ui-router' ])