angular.module('result',[]) .controller('resultCorl', ['$scope','$http', function ($scope,$http) { }]);