Skip to content

Commit

Permalink
loadsh added
Browse files Browse the repository at this point in the history
  • Loading branch information
hackmod committed Apr 18, 2018
1 parent 5f8b6f7 commit 2c934c6
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var BlocksApp = angular.module("BlocksApp", [
"oc.lazyLoad",
"ngSanitize"
]);
BlocksApp.constant('_', window._); // loadsh
BlocksApp.config(['$ocLazyLoadProvider', '$locationProvider',
function($ocLazyLoadProvider, $locationProvider) {
$ocLazyLoadProvider.config({
Expand Down
Loading

0 comments on commit 2c934c6

Please sign in to comment.