rosa-build/app/assets/javascripts/angularjs/services/confirm_message.js.coffee.erb

8 lines
150 B
Plaintext

confirmMessage = ->
show: ->
confirm "<%= I18n.t 'layout.confirm' %>"
angular
.module("RosaABF")
.service "confirmMessage", confirmMessage