Skip to content

Commit 74f068e

Browse files
mikelseversonchristopherthielen
authored andcommitted
docs(Ng1StateDeclaration): fix unclosed strings
1 parent 85e8b6b commit 74f068e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interface.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export interface _Ng1StateDeclaration extends StateDeclaration {
100100
* views: {
101101
* $default: {
102102
* template: '<h1>foo</h1>',
103-
* controller: 'FooController
103+
* controller: 'FooController'
104104
* }
105105
* }
106106
* }
@@ -113,7 +113,7 @@ export interface _Ng1StateDeclaration extends StateDeclaration {
113113
* var state = {
114114
* name: 'foo',
115115
* url: '/foo',
116-
* controller: 'FooController, // invalid because views: exists
116+
* controller: 'FooController', // invalid because views: exists
117117
* views: {
118118
* header: {
119119
* template: '<h1>header</h1>'

0 commit comments

Comments
 (0)