Skip to content

Instantly share code, notes, and snippets.

@eduardoschmidtsantos
Created March 2, 2016 19:40
Show Gist options
  • Save eduardoschmidtsantos/710c2f278de2a078c672 to your computer and use it in GitHub Desktop.
Save eduardoschmidtsantos/710c2f278de2a078c672 to your computer and use it in GitHub Desktop.
$scope.$on('adfDashboardChanged', function (event, name, model) {
DashboardService.save($scope.model).$promise.then(function(response){
toastr["success"]("Dashboard salvo com sucesso!");
$location.path(url);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment