Skip to content

Commit

Permalink
Removed additional space and removed unnecessary injections in activi…
Browse files Browse the repository at this point in the history
…ty-tiles-infinity-grid directive
  • Loading branch information
giritheja committed Mar 16, 2016
1 parent 6e8bd7f commit 71c25a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ oppia.directive('activityTilesInfinityGrid', [function() {
restrict: 'E',
templateUrl: 'components/activityTilesInfinityGrid',
controller: [
'$scope', '$rootScope', '$modal', '$window', 'searchService',
function($scope, $rootScope, $modal, $window, searchService) {
'$scope', '$rootScope', 'searchService',
function($scope, $rootScope, searchService) {
$scope.showMoreExplorations = function() {
if (!$rootScope.loadingMessage) {
$scope.pageLoaderIsBusy = true;
Expand Down
2 changes: 1 addition & 1 deletion core/templates/dev/head/galleries/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</p>
</div>
</div>
<activity-tiles-infinity-grid> </activity-tiles-infinity-grid>
<activity-tiles-infinity-grid></activity-tiles-infinity-grid>
</div>
</div>
<div class="oppia-gallery-loading-results-message" ng-if="pageLoaderIsBusy">
Expand Down

0 comments on commit 71c25a4

Please sign in to comment.