Skip to content

Commit

Permalink
location fix (angular/angular.js#11091)
Browse files Browse the repository at this point in the history
  • Loading branch information
de committed Jun 19, 2015
1 parent 4acb29b commit b680f7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -11507,6 +11507,12 @@ function LocationHashbangInHtml5Url(appBase, hashPrefix) {

var locationPrototype = {

/**
* Ensure absolute url is initialized.
* @private
*/
$$absUrl:'',

/**
* Are we in html5 mode?
* @private
Expand Down Expand Up @@ -28318,4 +28324,4 @@ var minlengthDirective = function() {

})(window, document);

!window.angular.$$csp() && window.angular.element(document).find('head').prepend('<style type="text/css">@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>');
!window.angular.$$csp() && window.angular.element(document).find('head').prepend('<style type="text/css">@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style>');

0 comments on commit b680f7e

Please sign in to comment.