You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Controllers are classes. Methods should be defined on MyCtrl.prototype.
155
-
See <ahref="http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml?showone=Method_and_property_definitions#Method_and_property_definitions">
155
+
See <ahref="https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml?showone=Method_and_property_definitions#Method_and_property_definitions">
156
156
the JavaScript style guide</a></p>
157
157
158
158
<p>Google Angular applications should use the <b>'controller as'</b> style to export the controller
@@ -343,8 +343,8 @@ <h3 id="testing">Testing</h3>
343
343
344
344
<p>Angular provides easy adapters to load modules and use the injector in Jasmine tests.
Copy file name to clipboardexpand all lines: docguide/style.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -366,8 +366,8 @@ to read in source and most importantly, **a pain to modify later**.
366
366
```markdown
367
367
Fruit | Attribute | Notes
368
368
--- | --- | --- | ---
369
-
Apple | [Juicy](http://example.com/SomeReallyReallyReallyReallyReallyReallyReallyReallyLongQuery), Firm, Sweet | Apples keep doctors away.
370
-
Banana | [Convenient](http://example.com/SomeDifferentReallyReallyReallyReallyReallyReallyReallyReallyLongQuery), Soft, Sweet | Contrary to popular belief, most apes prefer mangoes.
369
+
Apple | [Juicy](https://example.com/SomeReallyReallyReallyReallyReallyReallyReallyReallyLongQuery), Firm, Sweet | Apples keep doctors away.
370
+
Banana | [Convenient](https://example.com/SomeDifferentReallyReallyReallyReallyReallyReallyReallyReallyLongQuery), Soft, Sweet | Contrary to popular belief, most apes prefer mangoes.
371
371
372
372
DO NOT DO THIS
373
373
```
@@ -380,15 +380,15 @@ in a slightly less compact, though much more edit-friendly way:
0 commit comments