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

8 lines
150 B
Plaintext
Raw Normal View History

2014-12-24 18:41:13 +00:00
confirmMessage = ->
show: ->
confirm "<%= I18n.t 'layout.confirm' %>"
angular
.module("RosaABF")
.service "confirmMessage", confirmMessage