shangdiyisi
shangdiyisi
Main page defined app, modal dialog defined controller. Main page' controller is ok, but modal dialog's controller is not working.
Dialog's directive is ok, but modal dialog's controller is not working.
@eriktufvesson @vlapo
@vlapo ``` app.controller('DialogCtrl', function($scope){ $scope.testVar = 'Variable :)'; }); ``` This controller dosnt work when I defined in template.html
``` Argument 'outsideUrlSwitchController' is not a function, got undefined ```
@vlapo yes