Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120594169
exampleWithExportSystemModuleNameNoGenerate.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jul 5, 11:49
Size
1 KB
Mime Type
text/html
Expires
Mon, Jul 7, 11:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27208994
Attached To
R8244 Eawag_Swing_Weight_Elicitation
exampleWithExportSystemModuleNameNoGenerate.js
View Options
export default angular.module('myAwesomePartials').run(['$templateCache', function($templateCache) {
$templateCache.put('fixtures/example.html',
'<!doctype html>\n' +
'<html>\n' +
' <head>\n' +
' <title>Example</title>\n' +
'\n' +
' <meta charset="utf-8" />\n' +
' <meta http-equiv="Content-type" content="text/html; charset=utf-8" />\n' +
' <meta name="viewport" content="width=device-width, initial-scale=1" />\n' +
' <style type="text/css">\n' +
' body {\n' +
' margin: 0;\n' +
' padding: 0;\n' +
' font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;\n' +
' background-color: #f0f0f2;\n' +
'\n' +
' }\n' +
' </style>\n' +
' <script type="text/javascript">\n' +
' function someInlineScript(){\n' +
' alert("This is some \'inline script")\n' +
' }\n' +
' </script>\n' +
' </head>\n' +
' <body>\n' +
' <ul>\n' +
' <li ng-repeat="item in items">{{ item.name }}</li>\n' +
' </ul>\n' +
' <ul>\n' +
' <li ng-repeat=\'thingy in thingies\'>{{ thingy.name }}</li>\n' +
' </ul>\n' +
' </body>\n' +
'</html>\n' +
'');
}]);
Event Timeline
Log In to Comment