Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 7795b4b

Browse files
author
samsep
committed
update markup
1 parent 8a0676c commit 7795b4b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sinon": "http://sinonjs.org/releases/sinon-1.12.1.js",
1313
"auto-config-fake-server": "2.x.x",
1414
"appirio-tech-api-schemas": "5.x.x",
15-
"appirio-tech-ng-work-layout": "1.x.x",
15+
"appirio-tech-ng-work-layout": "DEM-1214",
1616
"angular-ui-router": "^0.2.x",
1717
"bardjs": "^0.1.1"
1818
},

example/views/submit-work-development.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
layout-header(role="banner")
1+
layout-header(role="banner" work-id="123")
22

33
include ../nav
44

example/views/submit-work-features.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
layout-header(role="banner")
1+
layout-header(role="banner" work-id="123")
22

33
include ../nav
44

example/views/submit-work-type.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
layout-header(role="banner" app-name="{{ vm.appName }}") {{ vm.appName }} 123
1+
layout-header(role="banner" work-id="123")
22

33
include ../nav
44

example/views/submit-work-visuals.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
layout-header(role="banner")
1+
layout-header(role="banner" work-id="123")
22

33
include ../nav
44

0 commit comments

Comments
 (0)