Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <script>
  2. // inject inlined constants
  3. angular.module('app.constants', [])
  4. .constant('contextPath', '${pageContext.request.contextPath}');
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement