/** * Created by robin on 11/1/15. */ angular.module('luticate') .controller('NavBarController', ['$scope', '$state', 'luticatePromises', function($scope, $state, luticatePromises) { }]);