Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120648240
exampleWithPrefix.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, 22:59
Size
1 KB
Mime Type
text/html
Expires
Mon, Jul 7, 22:59 (2 d)
Engine
blob
Format
Raw Data
Handle
27206307
Attached To
R8244 Eawag_Swing_Weight_Elicitation
exampleWithPrefix.js
View Options
angular.module('/partials/fixtures/example.html', []).run(['$templateCache', function($templateCache) {
$templateCache.put('/partials/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