1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

Fix SetupCtrl

This commit is contained in:
Chaoyi Zha 2017-03-26 00:24:17 -04:00
parent 7e0d404c72
commit 71a07e61ed
2 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
polr.controller('SetupCtrl', function($scope) {
$scope.settings = {
restrictEmailDomain: false
};
$scope.init = function () {
$('[data-toggle="popover"]').popover({
trigger: "hover",

View File

@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<!DOCTYPE html>
<html>
<html ng-app="polr">
<head>
<title>Polr @yield('title')</title>
@yield('css')