Emir Marques

Results 17 comments of Emir Marques

I get the same error when validate the form with fields. ``` if (txt.isEmpty()) { /* Field is empty */ return new ValidationEvent(ValidationEvent.VALIDATION_ERROR, 0, errorMsg); /* Error stackoverwflow */ }...

@evilebottnawi of course, see the code below: ``` var React = require('react'); var ReactDOM = require('react-dom'); /* Import from node_modules without bundle-loader */ var bundleTest = require('react-bundle-loader-test/index.js'); /* works fine!...

I have the same problem. Will have any solution for this? @aolszak your tip works, thanks!

I got around this issue with the below code. Before add new item in list, i remove all and insert again. ``` $scope.changeView = function (view, element) { uiCalendarConfig.calendars['myCalendar'].fullCalendar('removeEvents'); uiCalendarConfig.calendars['myCalendar'].fullCalendar('addEventSource',$scope.activities);...

Hello, I have too this problem. After loading page, i make searching using $http. However the data are updated and the screen of the calendar not updated. Below part the...

Hello @Sefriol, Thanks for help. Edited the code bellow the problem persisted. I discovered why this ocurred. When calling in promise angular this problem is represented. For some reason the...

Some event of ui-calendar not running after loading promise. When clicked in buttons next and before this event is fired. Try click forced buttons after promise returned. But too not...

Try with one foreach and not work fine too. The question is, why when clicked in before and next works? How to look the EventSource of calendar? I Tried debug...

Hello, I tried various alternatives for this problem, but not got exit. I used other form especific for rule of business. This is my solution ``` $scope.uiConfig = { calendario:...