<?php
/**
* WiseLoop JavaScript Premium Weather Widget Sample<br/>
* Title: Complex Widgets
*/
?>
<div ng-app="wl-ng-weather">
<div style="height:225px;">
<div wl-ng-weather theme="complex1" background="dynamic"></div>
</div>
<small class="text-muted pull-right"><i>location: geo-detect / language: default (en) / background: dynamic / theme: complex1</i></small><br/>
<br/>
<div style="height:457px;">
<div wl-ng-weather theme="complex2" background="dynamic" lang="es" location="Ibiza"></div>
</div>
<small class="text-muted pull-right"><i>location: Ibiza / language: es / background: dynamic / theme: complex2</i></small><br/>
<br/>
<div style="height:248px;">
<div wl-ng-weather theme="complex3" background="dynamic" lang="de" location="Munich"></div>
</div>
<small class="text-muted pull-right"><i>location: Munich / language: de / background: dynamic / theme: complex3</i></small>
</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>