angular.module("uib/template/rating/rating.html", []).run(["$templateCache", function ($templateCache) { $templateCache.put("uib/template/rating/rating.html", "\n" + " ({{ $index < value ? '*' : ' ' }})\n" + " \n" + "\n" + ""); }]);