/** * Created by robin on 11/1/15. */ angular.module('app') .controller('SideBarController', ['$scope', '$state', '$mdDialog', '$mdSidenav', function($scope, $state, $mdDialog, $mdSidenav) { }]);