UNPKG

mc-core

Version:
8 lines (5 loc) 214 B
export default ['$rootScope', '$state', '$stateParams', function($rootScope, $state, $stateParams) { $rootScope.refresh = function refresh() { $state.go($state.current, $stateParams, {reload: true}) } }]