Move to angular 1.6.1
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
"name": "ownCloud Deck",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"angular": "~1.5.8",
|
||||
"angular-route": "~1.5.8",
|
||||
"angular-mocks": "~1.5.8",
|
||||
"angular-sanitize": "~1.5.8",
|
||||
"angular-animate": "~1.5.8",
|
||||
"angular-ui-bootstrap": "~1.3.3",
|
||||
"ng-sortable": "1.3.6",
|
||||
"jquery": "~2.2.4",
|
||||
"angular": "~1.6.1",
|
||||
"angular-route": "~1.6.1",
|
||||
"angular-mocks": "~1.6.1",
|
||||
"angular-sanitize": "~1.6.1",
|
||||
"angular-animate": "~1.6.1",
|
||||
"angular-ui-bootstrap": "~2.4.0",
|
||||
"ng-sortable": "1.3.7",
|
||||
"jquery": "3.1.x",
|
||||
"es6-shim": "~0.*",
|
||||
"js-url": "~2.*",
|
||||
"masonry": "~4.0.0",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<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>
|
||||
<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;">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user