This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zodpovednosť R.Fica – LEN za svoju PRVÚ vládu 2006-2010: | |
Rozdelenie kvót CO2 – kvóty obchodované v EÚ | |
Suma: 11 086 000 000 Sk | |
Zodpovednosť: SNS | |
Nástenkový tender na ministerstve výstavby | |
Suma: 350 000 000 Sk | |
Zodpovednosť: SNS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* demo app that uses the inline directive */ | |
var myApp = angular.module('inlineDemo', ['inline']); | |
myApp.config(function ($routeProvider) {}); | |
myApp.controller('names', function ($scope) { | |
console.log('controller'); | |
$scope.masterName = $scope.name = '46'; |