Move to angular 1.6.1
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
"name": "ownCloud Deck",
|
"name": "ownCloud Deck",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "~1.5.8",
|
"angular": "~1.6.1",
|
||||||
"angular-route": "~1.5.8",
|
"angular-route": "~1.6.1",
|
||||||
"angular-mocks": "~1.5.8",
|
"angular-mocks": "~1.6.1",
|
||||||
"angular-sanitize": "~1.5.8",
|
"angular-sanitize": "~1.6.1",
|
||||||
"angular-animate": "~1.5.8",
|
"angular-animate": "~1.6.1",
|
||||||
"angular-ui-bootstrap": "~1.3.3",
|
"angular-ui-bootstrap": "~2.4.0",
|
||||||
"ng-sortable": "1.3.6",
|
"ng-sortable": "1.3.7",
|
||||||
"jquery": "~2.2.4",
|
"jquery": "3.1.x",
|
||||||
"es6-shim": "~0.*",
|
"es6-shim": "~0.*",
|
||||||
"js-url": "~2.*",
|
"js-url": "~2.*",
|
||||||
"masonry": "~4.0.0",
|
"masonry": "~4.0.0",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<li class="with-icon with-menu" data-ng-repeat="b in boardservice.sorted">
|
<li class="with-icon with-menu" data-ng-repeat="b in boardservice.sorted">
|
||||||
<span class="board-bullet" style="background-color:#{{b.color}};" ng-if="!b.status.edit"> </span>
|
<span class="board-bullet" style="background-color:#{{b.color}};" ng-if="!b.status.edit"> </span>
|
||||||
<a href="#/board/{{b.id}}/" ng-if="!b.status.edit">{{ b.title }}</a>
|
<a href="#!/board/{{b.id}}/" ng-if="!b.status.edit">{{ b.title }}</a>
|
||||||
<div class="app-navigation-entry-utils" ng-show="!b.status.edit" style="position:absolute;">
|
<div class="app-navigation-entry-utils" ng-show="!b.status.edit" style="position:absolute;">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="app-navigation-entry-utils-menu-share svg" ng-show="b.shared>0"><i class="icon icon-share" title="<?php p($l->t('Shared with you')); ?>"> </i></li>
|
<li class="app-navigation-entry-utils-menu-share svg" ng-show="b.shared>0"><i class="icon icon-share" title="<?php p($l->t('Shared with you')); ?>"> </i></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user