describe('titleTemplate', function() {

      it('should support custom titleTemplate', function() {
        $templateCache.put('custom', 'foo: {{title}}');
        var elm = compileDirective('options-titleTemplate');