%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/addthis/frontend/src/directives/enableToggle/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/addthis/frontend/src/directives/enableToggle/enableToggleDrct.js

appAddThisWordPress.directive('enableToggle', function() {
  return {
    scope: {
      ngModel: '=ngModel', // bi-directional
      toolPco: '@toolPco'
    },
    controller: function($scope) {
        $scope.isEnabled = function() {
            if ($scope.ngModel === true) {
                return true;
            } else {
                return false;
            }
        };
    },
    templateUrl: '/directives/enableToggle/enableToggle.html'
  };
});

Zerion Mini Shell 1.0