Skip to content

Commit

Permalink
Update CDNs sample
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Apr 11, 2016
1 parent fb43a04 commit d3f2234
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Unosquare.Labs.EmbedIO.Samples/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<title ng-controller="TitleController as title">EmbedIO - {{title.content}} - Unosquare Labs</title>

<link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/fontawesome/4.3.0/css/font-awesome.min.css">
<link href="//maxcdn.bootstrapcdn.com/bootswatch/3.3.4/lumen/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap/latest/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/fontawesome/latest/css/font-awesome.min.css">
<link href="//maxcdn.bootstrapcdn.com/bootswatch/3.3.6/lumen/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/scripts/tubular/tubular-bundle.css">
<link rel="stylesheet" href="/css/theme.css">

Expand All @@ -18,7 +18,7 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

<script src="//cdn.jsdelivr.net/g/[email protected],bootstrap,angularjs(angular.min.js+angular-animate.min.js+angular-cookies.min.js+angular-route.min.js),filesaver.js,[email protected](ui-bootstrap.min.js+ui-bootstrap-tpls.min.js),toastr"></script>
<script src="//cdn.jsdelivr.net/g/[email protected],bootstrap,angularjs@1.5.0(angular.min.js+angular-animate.min.js+angular-cookies.min.js+angular-route.min.js),filesaver.js,[email protected](ui-bootstrap.min.js+ui-bootstrap-tpls.min.js),toastr"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-local-storage/0.1.5/angular-local-storage.min.js"></script>

<script src="/scripts/tubular/tubular-bundle.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.Labs.EmbedIO.Samples/html/views/cmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<h1>Remote Command-Line Interface</h1>
<pre id="cliOutput" style="height:400px; overflow: auto;">{{me.commands}}</pre>
<form name="cmdForm" novalidate ng-submit="cmdForm.$valid && me.submit()">
<input required type="text" class="form-control" ng-model="me.command" />
<input required type="text" class="form-control" ng-model="me.command" placeholder="Command" />
</form>
</div>

0 comments on commit d3f2234

Please sign in to comment.