<?php
/**
* WiseLoop JavaScript Premium Weather Widget Sample<br/>
* Title: Narrow Widgets
*/
?>
<div ng-app="wl-ng-weather">
<div class="row" style="height:656px;">
<div class="col-sm-4 demo-col">
<div wl-ng-weather theme="narrow1" background="dynamic" lang="en" location="Boston UK"></div>
<small class="text-muted"><i>location: Boston UK: language: en<br/>background: dynamic / theme: narrow1</i></small>
</div>
<div class="col-sm-4 demo-col">
<div wl-ng-weather theme="narrow1" background="#B83C00" lang="it" location="Venice"></div>
<small class="text-muted"><i>location: Venice: language: it<br/>background: static / theme: narrow1</i></small>
</div>
<div class="col-sm-4 demo-col">
<div wl-ng-weather theme="narrow1" background="#043D5C" lang="fr" location="Lyon"></div>
<small class="text-muted"><i>location: Lyon: language: fr<br/>background: static / theme: narrow1</i></small>
</div>
</div>
<br/>
<div class="row" style="height:460px;">
<div class="col-sm-4 demo-col">
<div wl-ng-weather theme="narrow2" background="dynamic" lang="es" location="Polenca"></div>
<small class="text-muted"><i>location: Polenca: language: es<br/>background: dynamic / theme: narrow2</i></small>
</div>
<div class="col-sm-4 demo-col">
<div wl-ng-weather theme="narrow2" background="#6F004B" lang="de" location="Ischgl"></div>
<small class="text-muted"><i>location: Ischgl: language: de<br/>background: static / theme: narrow2</i></small>
</div>
<div class="col-sm-4 demo-col">
<div wl-ng-weather theme="narrow2" background="#638900" lang="ru" location="Moscow"></div>
<small class="text-muted"><i>location: Moscow: language: ru<br/>background: static / theme: narrow2</i></small>
</div>
</div>
</div>
<script type="text/javascript" src="/bins/lib/skycons/skycons.js"></script>
<script type="text/javascript" src="/bins/lib/angular/angular.min.js"></script>
<script type="text/javascript" src="/bins/lib/angular/angular-animate.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=places"></script>
<script type="text/javascript" src="/../php-javascript-obfuscator/bin/jso.php?rjs=wl-javascript-premium-weather-widget/wl-ng-weather.js"></script>
<script type="text/javascript" src="/../php-javascript-obfuscator/bin/jso.php?rjs=wl-javascript-premium-weather-widget/wl-ng-weather-apikey.js"></script>
<script type="text/javascript">
//must set the bins url
angular.module('wl-ng-weather').value('bins', '/bins');
</script>