summaryrefslogtreecommitdiffstats
path: root/js/components/propertyGroup/propertyGroup_controller.js
blob: def2d05c5a61e4f2a8d04ae3b66c53717ad88711 (plain)
1
2
3
4
5
angular.module('contactsApp')
.controller('propertyGroupCtrl', function() {
	// eslint-disable-next-line no-unused-vars
	var ctrl = this;
});