GithubHelp home page GithubHelp logo

activiti-angularapp's People

Contributors

savicprvoslav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

activiti-angularapp's Issues

Local Deployment Strategy

Hi,

I tried to run this application locally. I have activiti-explorer and activiti-rest deployed in tomcat. So far, I'm able to use grunt and run application, but I can't login. Error from browser log showing this message:

GET http://localhost:9000/service/identity/users/kermit?size=100 404 (Not Found)

I understand that this is because the REST API run in the different server so no way we able to get data from http://localhost:9000/service/ . Furthermore, I see that there's UserService code that invoke something like:

var data = $resource('/service/identity/users/:user', {user: "@user", size: 100});

Don't you think that we need to change this to:

var data = $resource(externalizedRestRootURL + '/service/identity/users/:user', {user: "@user", size: 100});

or something like that? Did I miss something here? What is your approach and suggestion to run this locally? Thanks for your answer.

Credentials are not working

Hey there! The credentials provided are actually not working. Can't get pass Authentification, could you tell whats going on? Is it locked or are the credentials wrong?

Best regards

Missing ng-checked for booleans in form

There is an issue with the checkboxes in form.html.

< input ng-if="item.type=='boolean'" ng-visible="item.readable" ng-enabled="item.writable"
type="checkbox" class="form-control" placeholder="{{item.name}}"
ng-model="taskDetailed.propertyForSaving[item.id].value" style="width:16px;">

with ng-checked it will show when true or false:

< input ng-if="item.type=='boolean'" ng-visible="item.readable" ng-enabled="item.writable"
type="checkbox" class="form-control" placeholder="{{item.name}}"
ng-model="taskDetailed.propertyForSaving[item.id].value" style="width:16px;" ng-checked="{{item.value}}">

Login form

Hi,

Please changes password label from User Name to Password.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.