docs(*): more fixes

This commit is contained in:
Igor Minar 2012-01-17 11:23:56 -08:00
parent e1e7aca9a6
commit fcf95a47d1
2 changed files with 2 additions and 2 deletions

View file

@ -516,7 +516,7 @@ api/angular.module.ng.$rootScope.Scope scope} life-cycle. This means it's your r
<pre>
describe('serviceUnderTest', function() {
beforeEach(inject(function($provide) {
beforeEach(module(function($provide) {
$provide.factory('serviceUnderTest', function($location){
// whatever it does...
});

View file

@ -133,7 +133,7 @@
</a>
<a ng:hide="offlineEnabled" ng:click ="subpage = true">(enable offline support)</a>
<span ng:show="offlineEnabled">(offline support enabled)</span>
<span id="copyright">© 2010-2011 AngularJS</span>
<span id="copyright">© 2010-2012 AngularJS</span>
</div>
</div>