"use strict";app.directive("messageItem",["$location",function(t){return{restrict:"EA",link:function(t,e,i){e.on("click tap",function(t){i.messageItem})}}}]);