<!DOCTYPE html>
<html ng-app="APP"> <head> <meta charset="UTF-8"> <title>ngWeather example</title> </head> <body> <div city-weather="'San Fransisco'"></div> <script src="weather.js"></script> <script> angular.module('APP', ['asafdav.ngWeather']) </script> </body> </html> |