diff --git a/src/widgets.js b/src/widgets.js index f6de5f96..47869535 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -1261,9 +1261,12 @@ angularWidget("@ng:non-bindable", noop);
- overview | bootstrap | undefined
+ overview | + bootstrap | + undefined + +
+ The view is included below:
+ it('should load templates', function(){ + element('.doc-example-live a:contains(overview)').click(); + expect(element('.doc-example-live ng\\:view').text()).toMatch(/Developer Guide: Overview/); + + element('.doc-example-live a:contains(bootstrap)').click(); + expect(element('.doc-example-live ng\\:view').text()).toMatch(/Developer Guide: Initializing Angular: Automatic Initiialization/); + }); */