Skip to content

Commit 6d1cba1

Browse files
committed
Merge pull request #16 from KevinHoward/patch-1
Updated app.js to fix the lazy loading of ngResource, was referencing an...
2 parents 01241ad + c86b703 commit 6d1cba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ angular
5959
$ocLazyLoad.load(
6060
{
6161
name:'ngResource',
62-
files:['bower_components/angular-animate/angular-animate.js']
62+
files:['bower_components/angular-resource/angular-resource.js']
6363
})
6464
$ocLazyLoad.load(
6565
{

0 commit comments

Comments
 (0)