Git Repository Public Repository

YouAndWeb_TwoToc

URLs

Copy to Clipboard
 
3936998360bc76038a30d7e05f72b71ea6b548b8
1
2
3
4
5
6
7
8
9
10
11
12
'use strict';

angular.module('dashboardApp')
  .directive('footer', function () {
    return {
      templateUrl: 'components/footer/footer.html',
      restrict: 'E',
      link: function (scope, element) {
        element.addClass('footer');
      }
    };
  });

Commits for YouAndWeb_TwoToc/client/components/footer/footer.directive.js

Diff revisions: vs.
Revision Author Commited Message
a2ecfb ... PTKDev Fri 20 Nov, 2015 11:22:35 +0000

TwoToc code