Skip to content

Commit

Permalink
oops add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-chaplean committed Jul 1, 2019
1 parent c6c0eba commit e619f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ cms.run(function(amMoment) {
});

cms.controller('clCmsMainController', function($scope, $rootScope, $window, Post, $ngBootbox, TranslationService, CmsRouter, clCmsMenu) {
$rootScope.textAngularToolbarTopFixed = {};

angular.element($window).bind('scroll', function() {
var elTextAngular = angular.element('text-angular');
Expand Down

0 comments on commit e619f94

Please sign in to comment.