Nawuruna Acharige Achintha Samindika

Results 1 comments of Nawuruna Acharige Achintha Samindika

I tried with timeout and it worked. ``` app.controller('EventController', function ($scope, $routeParams, $rootScope, $timeout, SharedState) { $timeout(function (){ //$rootScope.Ui.turnOn('friends'); $rootScope.Ui.toggle('friends'); }, 100); } ```