sogo/UI/WebServerResources/bower.json
Francis Lachapelle 730b803ad6 (js) Replace vs-repeat by md-virtual-repeat
There're some issues with mdVirtualRepeat that required some changes to
our app:

1. Having multiple directives with md-virtual-repeat doesn't work well.
That why I added a dedicated div for the md-virtual-repeat directive.
2. ui-sref-active doesn't work well for child nodes of the
md-virtual-repeat element. The class was applied repetitively to a
visible child. I now save which message or card is selected and use the
ng-class directive to highlight the selected list item.
2015-07-15 13:44:17 -04:00

21 lines
476 B
JSON

{
"name": "sogo-web",
"private": true,
"devDependencies": {
"angular": "1.3.x",
"angular-animate": "1.3.x",
"angular-sanitize": "1.3.x",
"angular-ui-router": "latest",
"ui-router-extras": "latest",
"angular-recursion": "latest",
"angular-file-upload": "latest",
"angular-material": "master",
"compass-mixins": "latest",
"underscore": "latest",
"breakpoint-sass": ">=2.4.2"
},
"resolutions": {
"angular": "1.3.x"
}
}