We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e8b6b commit 74f068eCopy full SHA for 74f068e
src/interface.ts
@@ -100,7 +100,7 @@ export interface _Ng1StateDeclaration extends StateDeclaration {
100
* views: {
101
* $default: {
102
* template: '<h1>foo</h1>',
103
- * controller: 'FooController
+ * controller: 'FooController'
104
* }
105
106
@@ -113,7 +113,7 @@ export interface _Ng1StateDeclaration extends StateDeclaration {
113
* var state = {
114
* name: 'foo',
115
* url: '/foo',
116
- * controller: 'FooController, // invalid because views: exists
+ * controller: 'FooController', // invalid because views: exists
117
118
* header: {
119
* template: '<h1>header</h1>'
0 commit comments