Skip to content

Commit 15e3259

Browse files
committed
MOBILE-925 remoteaddons: Install ocLazyLoad
1 parent 841d85d commit 15e3259

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"angular-translate-loader-partial": ">=2.7.0",
1212
"angular-aria": "1.4.3",
1313
"moment": "~2.10.6",
14-
"jszip": "~2.5.0"
14+
"jszip": "~2.5.0",
15+
"oclazyload": "~1.0.9"
1516
},
1617
"resolutions": {
1718
"angular": "1.4.3",

www/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Dependencies will be automatically added here, the following line must declare ionic as first dependency
1616
// and should not be split into multiple lines, see gulpfile.js.
17-
angular.module('mm', ['ionic', 'ngCordova', 'angular-md5', 'pascalprecht.translate', 'ngAria', 'ngIOS9UIWebViewPatch'])
17+
angular.module('mm', ['ionic', 'ngCordova', 'angular-md5', 'pascalprecht.translate', 'ngAria', 'oc.lazyLoad', 'ngIOS9UIWebViewPatch'])
1818

1919
.run(function($ionicPlatform) {
2020
$ionicPlatform.ready(function() {

www/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<script src="lib/angular-aria/angular-aria.js"></script>
1717
<script src="lib/moment/min/moment-with-locales.js"></script>
1818
<script src="lib/jszip/dist/jszip.js"></script>
19+
<script src="lib/oclazyload/dist/ocLazyLoad.js"></script>
1920
<script src="build/mm.bundle.js"></script>
2021
<style></style> <!-- Empty style to make easier to test styles using Inspector. -->
2122
</head>

0 commit comments

Comments
 (0)