Skip to content

Commit

Permalink
Add $ionicLoading as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Jul 18, 2016
1 parent d8cd339 commit cd6af07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/www/js/heatmap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
angular.module('starter.heatmap', ['ui-leaflet'])

.controller('HeatmapCtrl', function($scope, $ionicActionSheet, $http, leafletData) {
.controller('HeatmapCtrl', function($scope, $ionicActionSheet, $http, $ionicLoading, leafletData) {
$scope.mapCtrl = {};

angular.extend($scope.mapCtrl, {
Expand Down

0 comments on commit cd6af07

Please sign in to comment.