Merge pull request #668 from cdriscol/base_tag

appending a base tag to the head before jasmine tests run.
This commit is contained in:
Liran Tal
2015-07-20 08:05:53 +03:00

View File

@@ -0,0 +1,7 @@
'use strict';
(function() {
beforeAll(function() {
angular.element(document.querySelector('head')).append('<base href="/">');
});
}());