|
@ -3,7 +3,7 @@ |
|
|
<html ng-app="thoughtsApp"> |
|
|
<html ng-app="thoughtsApp"> |
|
|
<head> |
|
|
<head> |
|
|
<!--Import Google Icon Font--> |
|
|
<!--Import Google Icon Font--> |
|
|
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
|
|
|
|
|
|
|
|
<link href="fonts/icons.css" rel="stylesheet"> |
|
|
<!--Import materialize.css--> |
|
|
<!--Import materialize.css--> |
|
|
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/> |
|
|
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/> |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
<title>Thoughts - new thought</title> |
|
|
<title>Thoughts - new thought</title> |
|
|
|
|
|
|
|
|
<!-- ANGULAR --> |
|
|
<!-- ANGULAR --> |
|
|
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script> |
|
|
|
|
|
|
|
|
<script src="libraries/angular.min.js"></script> |
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
|
<body ng-controller="ThoughtsController"> |
|
|
<body ng-controller="ThoughtsController"> |
|
@ -40,7 +40,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Import jQuery before materialize.js--> |
|
|
<!--Import jQuery before materialize.js--> |
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> |
|
|
|
|
|
|
|
|
<script type="text/javascript" src="js/jquery-2.1.1.min.js"></script> |
|
|
<script type="text/javascript" src="js/materialize.min.js"></script> |
|
|
<script type="text/javascript" src="js/materialize.min.js"></script> |
|
|
|
|
|
|
|
|
<script src="jslib/toastr.js"></script> |
|
|
<script src="jslib/toastr.js"></script> |
|
|