Skip to content

Commit a4d25c5

Browse files
committed
fix(homepage.js): fix templateCache override
See angular/angular.js@fb00991
1 parent ba69403 commit a4d25c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/js/homepage.js

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ angular.module('homepage', ['ngAnimate', 'ui.bootstrap', 'download-data'])
193193
},
194194
put: function(key, value) {
195195
// noop, we don't need the cache for anything in examples
196+
return value;
196197
}
197198
});
198199
$provide.value('$anchorScroll', angular.noop);

0 commit comments

Comments
 (0)