Skip to content

Commit

Permalink
Fix SetupCtrl
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrobolt committed Mar 26, 2017
1 parent 7e0d404 commit 71a07e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions public/js/SetupCtrl.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
polr.controller('SetupCtrl', function($scope) {
$scope.settings = {
restrictEmailDomain: false
};

$scope.init = function () {
$('[data-toggle="popover"]').popover({
trigger: "hover",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/minimal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->

<!DOCTYPE html>
<html>
<html ng-app="polr">
<head>
<title>Polr @yield('title')</title>
@yield('css')
Expand Down

0 comments on commit 71a07e6

Please sign in to comment.