解决:
var app = angular.module('mainApp',[]); app.controller('mainCtrl',function ($scope,$http) {
});
自定义filter
app.filter('decodeURI',function () { //可以注入依赖
使用:
{{h.title | decodeURI }}