Skip to content

Commit

Permalink
Merge pull request #85 from takeshi/master
Browse files Browse the repository at this point in the history
FIx: error:[$compile:multidir] Multiple directives

Fixes #80
Fixes #84
  • Loading branch information
ocombe committed Nov 8, 2014
2 parents cf29158 + 210aa5f commit 61fd4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocLazyLoad.js
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@
}
});
} else {
return true;
return false;
}
return newInvoke;
}
Expand Down

0 comments on commit 61fd4dd

Please sign in to comment.