app.directive('bmPeWatchCollection', function() {
  return {
    restrict: 'A',
    compile: function($element, $attrs) {
      $element.text($attrs.bmPeWatchCollection);