Skip to content

Commit bd79407

Browse files
Added comments where this fork deviated from its upstream
1 parent dcd3aa8 commit bd79407

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!doctype html>
22
<html class="no-js">
33
<head>
4+
<!-- needs to be commented out for mobile apps, as they are all relative based
5+
will need to add in a task that toggles this based on platform -->
46
<!--<base href="/">-->
57
<meta charset="utf-8">
68
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

app/js/on_config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
function OnConfig($stateProvider, $locationProvider, $urlRouterProvider, $compileProvider) {
44

5+
/* This needs to remain disabled for bundled apps, as the base is disabled in the index.html */
56
$locationProvider.html5Mode(false);
67

78
$stateProvider

0 commit comments

Comments
 (0)