mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(dev_guide.bootstrap.auto_bootstrap): fixing a typo
This commit is contained in:
parent
b3c4cb7cff
commit
28ccc76aa1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@ngdoc overview
|
||||
@name Developer Guide: Initializing Angular: Automatic Initiialization
|
||||
@name Developer Guide: Initializing Angular: Automatic Initialization
|
||||
@description
|
||||
|
||||
Angular initializes automatically when you load the angular script into your page, specifying
|
||||
|
|
|
|||
|
|
@ -533,7 +533,7 @@ angularWidget("@ng:non-bindable", noop);
|
|||
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/);
|
||||
expect(element('.doc-example-live ng\\:view').text()).toMatch(/Developer Guide: Initializing Angular: Automatic Initialization/);
|
||||
});
|
||||
</doc:scenario>
|
||||
</doc:example>
|
||||
|
|
|
|||
Loading…
Reference in a new issue