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
configure allow regexp role on $httpBackend
to find .html at end of some http GET request
$httpBackend.when('GET', regexpUrl(/.html$/)).passThrough();