0
我是AngularJS初學者。AngularJs如何使用控制器數據來改變工廠鏈接
如何更改工廠中從控制器插入數據的鏈接? 吳重複寫我想要的所有城市名稱,但它也應該寫這些城市的溫度。
預先感謝您。
var citylink = 'http://api.openweathermap.org/data/2.5/weather?q='+locale+'&units=metric&callback=JSON_CALLBACK' //variable 'locale' should take data from controller;
http://jsfiddle.net/PQvQ2/291/
非常感謝:) – Skaidrius