showcase: ngdoc minor improvements
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Fri, 21 Aug 2015 20:22:47 +0000 (22:22 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Fri, 21 Aug 2015 20:22:47 +0000 (22:22 +0200)
angularjs/showcase/src/showcase/app/welcome/welcome.module.js
angularjs/showcase/src/showcase/index.html

index f9986a3..6d13da4 100644 (file)
@@ -12,7 +12,6 @@
    *
    * ## Module welcome.
    * Module in charge of displaying a nice welcome page.
-   *
    */
   angular.module('app.welcome', [
     'app.core'
index b3c5607..1d74680 100644 (file)
@@ -96,7 +96,7 @@
 
     <!-- Manual initialization, instead of ng-app. It could be useful in case of loading more
          than one AngularJS application (what is not usual) In my case I load just one, called 'app'.
-         I will always use strict dependency injection.
+         I will always use strict dependency injection. Better instead, I use @ngInject!!!
     <script>
       (function() {
         'use strict';