summaryrefslogtreecommitdiffstats
path: root/js/components/contact/contact_controller.js
blob: 2fffd08c66140d49b6274595523bebfcccac5890 (plain)
1
2
3
4
5
6
app.controller('contactCtrl', ['$filter', function($filter) {
	var ctrl = this;

	console.log($filter('vCard2JSON')(ctrl.data.addressData));

}]);