/** * @ngdoc fbDokumentVaerdeStyle * @name fasit.component.#fbDokumentVaerdeStyle * @fbDokumentVaerdeStyle * * @description * test för styling-directive av dokumentVaerde * */ describe("fbDokumentSection", function () { 'use strict'; var element: any; var $scope; var link: any; //beforeEach(angular.mock.module('fasit', 'fbMocks')); //afterEach(function () { // $scope.$destroy(); //}); //var innerScope: fb.IFbDokumentSectionScope; //beforeEach(inject(function ($compile, $rootScope) { // $scope = $rootScope; // $scope.dokumentVaerden = { // 'testVaerde1': // { // "DokumentVaerdeId": 23, // "DokumentId": 59, // "VaerdeNamn": "testVaerde1", // "Vaerde": "Tacosgatan 33", // "FontSize": null, // "Bold": null, // "Italic": null, // "Underline": null, // "FontColor": "rgb(0,0,0)" // } // }; // $scope.sectionVisible = { // "DokumentVaerdeId": 23, // "DokumentId": 59, // "VaerdeNamn": "sectionVisible", // "Vaerde": true, // "FontSize": null, // "Bold": null, // "Italic": null, // "Underline": null, // "FontColor": "rgb(0,0,0)" // } // $scope.sectionHoejdData = {}; // $scope.pageSplit = []; // $scope.styleObject = {}; // var DOM = ' test