Credit source for nl2br.coffee

This commit is contained in:
Zeusking19 2015-12-27 16:10:03 +00:00
parent 605c8b7f99
commit 6ab08054ea

View file

@ -1,3 +1,5 @@
# Based on https://gist.github.com/kensnyder/49136af39457445e5982
angular.module('ponyfm').filter 'nl2br', [ angular.module('ponyfm').filter 'nl2br', [
'$sanitize' '$sanitize'
($sanitize) -> ($sanitize) ->