Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fcf95a4

Browse files
committed
docs(*): more fixes
1 parent e1e7aca commit fcf95a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/guide/dev_guide.services.$location.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ api/angular.module.ng.$rootScope.Scope scope} life-cycle. This means it's your r
516516

517517
<pre>
518518
describe('serviceUnderTest', function() {
519-
beforeEach(inject(function($provide) {
519+
beforeEach(module(function($provide) {
520520
$provide.factory('serviceUnderTest', function($location){
521521
// whatever it does...
522522
});

docs/src/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2>Discussion</h2>
133133
</a>
134134
<a ng:hide="offlineEnabled" ng:click ="subpage = true">(enable offline support)</a>
135135
<span ng:show="offlineEnabled">(offline support enabled)</span>
136-
<span id="copyright">© 2010-2011 AngularJS</span>
136+
<span id="copyright">© 2010-2012 AngularJS</span>
137137
</div>
138138
</div>
139139

0 commit comments

Comments
 (0)