Base solution for your next web application

Activities of "rvanwoezik"

upgrade your typescript to 2.1 <a class="postlink" href="https://blogs.msdn.microsoft.com/typescript/2016/12/07/announcing-typescript-2-1/">https://blogs.msdn.microsoft.com/typesc ... cript-2-1/</a>

Nice, do you also have the SPA version?

Found it! missing abp.js in /Abp/framework/scripts, caused by old typescript

I seem to have a wrong script reference in the loginpage starting with '~ '

<script src="~/Abp/Framework/scripts/abp.js" type="text/javascript"></script>

Hello,

I have made some updates, published to Azure. Now when i try to login nothing happens. It's problably something small. But I am struggling for a day now. Local debug works fine. What can i check?

Please advise

Found it, no need for index. I'm starting to like Angular

For members of my organization units I want to use Metronic User Card <a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_4_material_design/elements_cards.html">http://keenthemes.com/preview/metronic/ ... cards.html</a> I want to use ng-repeat with 4 cards per row and i know how to do it in razor.

<div class="portlet-body">
                    <div class="mt-element-card mt-element-overlay">
                        <div ng-repeat="employee in vm.employees" ng-if="$index % 4 == 0" class="row">
                            <div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
                                <div class="mt-card-item">....
                                  .....
                                     <div class="mt-card-content">
                                        <h3 class="mt-card-name">{{employees[$index].name}}</h3>

But i get an emply page. No JS errors, service is working Now i happen to be Angular challenged ;-) Can someone help me with Angular?

Answer

Looks cool, never heard of it. If you can send me a sample i would be grateful.

I'm getting errors when unit testing

System.IO.FileLoadException
Could not load file or assembly 'EntityFramework.DynamicFilters, Version=2.3.0.0, Culture=neutral, PublicKeyToken=146423a1b8d60775' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

I will use solution consolidate to downgrade to 1.14

With Abp 1.1.3?

Showing 161 to 170 of 179 entries