CINXE.COM

Directory

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Directory</title> <!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.--> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/39903/ARMATUREIcons/style-cf.css?rzje99"> <link href="https://fonts.googleapis.com/css?family=Lato|Noto+Sans|Roboto|Open+Sans:400,600,300,700,800" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="styles/styles.css"> <link rel="stylesheet" href="styles/font-awesome/css/font-awesome.min.css"> </head> <body> <root></root> <!-- The bluebird version is locked at 3.4.1 in the package.json file to keep this from breaking --> <!-- We include bluebird to bypass Edge's very slow Native Promise implementation. The Edge team --> <!-- has fixed the issues with their implementation with these fixes being distributed with the --> <!-- Windows 10 Anniversary Update on 2 August 2016. Once that update has pushed out, you may --> <!-- consider removing bluebird from your project and simply using native promises if you do --> <!-- not need to support Internet Explorer. --> <script> armatureBaseApiUrl = '/api/'; displayNoticeMessage = true; </script> <script src="jspm_packages/system.js"></script> <script src="config.js"></script> <script src="jspm_packages/npm/bluebird@3.4.1/js/browser/bluebird.min.js"></script> <script> SystemJS.import('fetch'); SystemJS.import('aurelia-bootstrapper').then(function(bootstrapper) { bootstrapper.bootstrap(function(aurelia){ aurelia.use .standardConfiguration() .defaultBindingLanguage() .defaultResources() .globalResources('resources/root'); var viewModel = {}; aurelia.start().then(function () { aurelia.enhance(viewModel, document.body); }) }); }); </script> </body> </html>