Skip to content

Commit 6ec577c

Browse files
committed
update to angular-base-apps v2
1 parent 5b64376 commit 6ec577c

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

app/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
<script src="js/routes.js"></script>
1010
</head>
1111
<body>
12+
<div ba-no-support="">
13+
<div>
14+
<p>
15+
We're sorry, your browser does not support all required functionality
16+
needed to run our app. Please switch to a different device or browser
17+
and try again. You can update your browser
18+
<a href="http://www.browsehappy.com">here</a>.
19+
</p>
20+
</div>
21+
</div>
1222
<div class="grid-frame vertical">
1323
<div class="grid-content collapse shrink">
1424
<ul class="primary condense menu-bar">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "angular-base-apps-template",
3-
"version": "1.2.6",
3+
"version": "2.0.0",
44
"scripts": {
55
"start": "brunch watch --server",
66
"prod": "brunch build --production",
77
"test": "./node_modules/karma/bin/karma start"
88
},
99
"dependencies": {
1010
"angular": "^1.5.3",
11-
"angular-base-apps": "1.2.7-9",
11+
"angular-base-apps": "^2.0.0",
1212
"angular-dynamic-routing": "^1.0.1",
1313
"angular-icons": "^1.0.0",
1414
"angular-route": "^1.5.3",

0 commit comments

Comments
 (0)