diff options
| author | Peter Bacon Darwin | 2014-02-07 20:34:04 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 |
| commit | 1192ae44f1d7f944719520f235e9f2ec895bdfd5 (patch) | |
| tree | 4d4f06b9448731e2b34ddd2441a0a13dccfc8301 /src/ng/interval.js | |
| parent | f7c8bcb329eb77b153cd91fcf35c5874a6f9a4b3 (diff) | |
| download | angular.js-1192ae44f1d7f944719520f235e9f2ec895bdfd5.tar.bz2 | |
docs(bike-shed-migration): convert <doc:...> examples to <example>...
Diffstat (limited to 'src/ng/interval.js')
| -rw-r--r-- | src/ng/interval.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ng/interval.js b/src/ng/interval.js index d528ebe1..c5e3aede 100644 --- a/src/ng/interval.js +++ b/src/ng/interval.js @@ -42,8 +42,8 @@ function $IntervalProvider() { * @returns {promise} A promise which will be notified on each iteration. * * @example - <doc:example module="time"> - <doc:source> + <example module="time"> + <file name="index.html"> <script> function Ctrl2($scope,$interval) { $scope.format = 'M/d/yy h:mm:ss a'; @@ -127,8 +127,8 @@ function $IntervalProvider() { </div> </div> - </doc:source> - </doc:example> + </file> + </example> */ function interval(fn, delay, count, invokeApply) { var setInterval = $window.setInterval, |
