mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 11:31:07 +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>
|
<pre>
|
||||||
describe('serviceUnderTest', function() {
|
describe('serviceUnderTest', function() {
|
||||||
beforeEach(inject(function($provide) {
|
beforeEach(module(function($provide) {
|
||||||
$provide.factory('serviceUnderTest', function($location){
|
$provide.factory('serviceUnderTest', function($location){
|
||||||
// whatever it does...
|
// whatever it does...
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@
|
||||||
</a>
|
</a>
|
||||||
<a ng:hide="offlineEnabled" ng:click ="subpage = true">(enable offline support)</a>
|
<a ng:hide="offlineEnabled" ng:click ="subpage = true">(enable offline support)</a>
|
||||||
<span ng:show="offlineEnabled">(offline support enabled)</span>
|
<span ng:show="offlineEnabled">(offline support enabled)</span>
|
||||||
<span id="copyright">© 2010-2011 AngularJS</span>
|
<span id="copyright">© 2010-2012 AngularJS</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue