Skip to content

Instantly share code, notes, and snippets.

View dostiharise's full-sized avatar

Hari Krishna Ganji dostiharise

View GitHub Profile
@dostiharise
dostiharise / angular.jsp
Last active February 12, 2016 08:01 — forked from wvuong/angular.jsp
Context paths and AngularJS
<script>
// inject inlined constants
angular.module('app.constants', [])
.constant('contextPath', '${pageContext.request.contextPath}');
</script>