File tree Expand file tree Collapse file tree 6 files changed +13
-20
lines changed
Expand file tree Collapse file tree 6 files changed +13
-20
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2014 Jacob Liscom
3+ Copyright (c) 2017 Jacob Liscom
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 44 " Jacob Liscom <https://github.com/FoxUSA>"
55 ],
66 "description" : " A note taking software" ,
7- "version" : " 15.07 .0" ,
7+ "version" : " 17.02 .0" ,
88 "dependencies" : {
99 "jquery" : " 2.1.4" ,
1010 "bootstrap" : " ^3.3.6" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ openNote.value("config", {
77 * Get current version
88 */
99 getVersion : function ( ) {
10- return "16.06 .00" ;
10+ return "17.02 .00" ;
1111 } ,
1212
1313 /**
Original file line number Diff line number Diff line change 11//Router
22openNote . config ( function ( $routeProvider ) {
33 $routeProvider
4- . when ( "/folder/:id?" ,
5- {
4+ . when ( "/folder/:id?" , {
65 controller : "folderController" ,
76 templateUrl : "openNote/partials/folderPartial.html" ,
87 } )
9- . when ( "/tag/:tag" ,
10- {
8+ . when ( "/tag/:tag" , {
119 controller : "tagController" ,
1210 templateUrl : "openNote/partials/tagPartial.html" ,
1311 } )
14- . when ( "/note/:id?" ,
15- {
12+ . when ( "/note/:id?" , {
1613 controller : "noteController" ,
1714 templateUrl : "openNote/partials/notePartial.html"
1815 } )
19- . when ( "/search/:id?" ,
20- {
16+ . when ( "/search/:id?" , {
2117 controller : "searchController" ,
2218 templateUrl : "openNote/partials/searchPartial.html"
2319 } )
24- . when ( "/settings/" ,
25- {
20+ . when ( "/settings/" , {
2621 controller : "settingsController" ,
2722 templateUrl : "openNote/partials/settings/settingsPartial.html"
2823 } )
29- . when ( "/settings/database/" ,
30- {
24+ . when ( "/settings/database/" , {
3125 controller : "databaseController" ,
3226 templateUrl : "openNote/partials/settings/databasePartial.html"
3327 } )
34- . when ( "/settings/legacy/" ,
35- {
28+ . when ( "/settings/legacy/" , {
3629 controller : "legacyController" ,
3730 templateUrl : "openNote/partials/settings/legacyPartial.html"
3831 } )
Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ License
7979
8080 OpenNote Code - Distributed under the MIT License
8181
82- © Jacob Liscom 2015
82+ © Jacob Liscom 2017
8383
8484Credits
8585-------
86- J. Liscom - Supreme Programmer
86+ J. Liscom - Creator
8787
8888 Kam Bnkamalesh - His TODO project heavily influenced my UI design
8989
Original file line number Diff line number Diff line change 11{
22 "name" : " OpenNote" ,
3- "version" : " 16.09 .00" ,
3+ "version" : " 17.02 .00" ,
44 "description" : " " ,
55 "main" : " Gruntfile.js" ,
66 "author" : " Jacob Liscom" ,
You can’t perform that action at this time.
0 commit comments