Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

bugfix - allow angular request load html templates to server

Pre-release
Pre-release
Compare
Choose a tag to compare
@erkobridee erkobridee released this 11 Oct 01:50
· 13 commits to master since this release

configure allow regexp role on $httpBackend to find .html at end of some http GET request

$httpBackend.when('GET', regexpUrl(/.html$/)).passThrough();