We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106674a commit 4ab3596Copy full SHA for 4ab3596
Rakefile
@@ -157,7 +157,7 @@ task :generate_ie_compat => :init do
157
# generate a javascript closure that contains a function which will append the generated css
158
# string as a stylesheet to the current html document
159
jsString = "(function(){ \r\n" +
160
- " var jsUri = document.location.href.replace(/\\/[^\/]+(#.*)?$/, '/') + \r\n" +
+ " var jsUri = document.location.href.replace(/\\/[^\\\/]+(#.*)?$/, '/') + \r\n" +
161
" document.getElementById('ng-ie-compat').src,\r\n" +
162
" css = '#{cssString}',\r\n" +
163
" s = document.createElement('style'); \r\n" +
0 commit comments