Skip to content

Commit

Permalink
Merge pull request #319 from shankari/cleanup_data_models
Browse files Browse the repository at this point in the history
Add $ionicLoading as a dependency
  • Loading branch information
shankari authored Jul 18, 2016
2 parents 11d2250 + cd6af07 commit ec579b9
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 ec579b9

Please sign in to comment.