Using helpers in custom view location

Hi all,
I’m using Rails 4.0.0 on a new project. I’m creating an AngularJS front
end
with rails and need to share the helper methods that are in
application_helper.rb. The views are stored under app/assets/templates/*
for Angular.

Is it possible to include the helpers for html.erb files under that
location?

Thanks,

Ryan