var utf8=function(){function t(t){return l<=t&&t<=p}function n(t){return o<=t&&t<=i}function e(t,n){return(t-l<<10)+(n-o)+c}function r(t){var n,e;return t>10)+l,e=(1023&t)+o,String.fromCharCode(n,e))}function a(r){for(var a,s,l=[],p=r.length,o=0;o>6),l.push(128|63&a)):a<65536?(l.push(224|a>>12),l.push(128|a>>6&63),l.push(128|63&a)):(l.push(240|a>>18),l.push(128|a>>12&63),l.push(128|a>>6&63),l.push(128|63&a))}return l}function s(t){for(var n,e,a="",s=t.length,l=0;l>5===6?(31&n)<<6|63&t[l++]:n>>4===14?(15&n)<<12|(63&t[l++])<<6|63&t[l++]:(7&n)<<18|(63&t[l++])<<12|(63&t[l++])<<6|63&t[l++],a+=r(e);return a}var l=55296,p=56319,o=56320,i=57343,c=65536;return{stringToBytes:a,bytesToString:s}}(),app=angular.module("app",["ui.router","templatescache","ui.bootstrap","ngAnimate"]);angular.module("app").run(["$rootScope","$state","$stateParams",function(t,n,e){t.$state=n,t.$stateParams=e}]).config(["$stateProvider","$urlRouterProvider",function(t,n){n.otherwise("/web4"),t.state("web1",{url:"/web1",templateUrl:"templates/web1.html",controller:"WebController"}).state("web2",{url:"/web2",templateUrl:"templates/web2.html",controller:"WebController"}).state("web3",{url:"/web3",templateUrl:"templates/web3.html",controller:"WebController"}).state("web4",{url:"/web4",templateUrl:"templates/web4.html",controller:"WebController"}).state("web5",{url:"/web5",templateUrl:"templates/web5.html",controller:"WebController"})}]),angular.module("templatescache",[]).run(["$templateCache",function(t){t.put("templates/web1.html",""),t.put("templates/web2.html",""),t.put("templates/web3.html",""),t.put("templates/web4.html",'
\r\n
\r\n 网上投诉\r\n
\r\n
\r\n
\r\n \r\n
\r\n
姓      名:
\r\n
手机号码:
\r\n
投诉内容:\r\n
\r\n
\r\n
图      片:\r\n \r\n
\r\n
所在位置:\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n \r\n
'),t.put("templates/web5.html","")}]),angular.module("app").controller("WebController",["$scope",function(t){}]);