mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 23:50:23 +00:00
docs(*): more fixes
This commit is contained in:
parent
e1e7aca9a6
commit
fcf95a47d1
2 changed files with 2 additions and 2 deletions
|
|
@ -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...
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue