/*global define,Promise*/ /** * Module defining ExampleDirective. Created by vwoeltje on 11/4/14. */ define( [], function () { "use strict"; /** * * @constructor */ function ExampleDirective(examples) { // Build up a template from example extensions var template = examples.length > 0 ? "A directive loaded these example extensions: