Giter VIP home page Giter VIP logo

angular-dojo's People

Contributors

adrobisch avatar amaury-d avatar psema4 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-dojo's Issues

License File on angular-dojo

Hi,

We would like to use this in our project but we need you to add license headers to the directive.

Thanks!

dojo-display-value attribute

Hello,

Thanks for your work.

I get the following error with a simple textbox with modified value:

Error: [$compile:nonassign] http://errors.angularjs.org/1.2.13/$compile/nonassign?p0=undefined&p1=dojoWidget

angularjs 1.2.13 and dojo 1.9.2

It seems that you specified the dojo-display-value attr as a double bind:

        scope: {
            'ngModel' : '=',
            'ngClick' : '&',
            'ngChange' : '&',
            'dojoStore' : '&',
            'dojoProps' : '@',
            'dojoDisplayValue' : '='
        },

Is this attribute mandatory ? Can it be commented out ?

Bordercontainer not working correctly using angular-dojo

Hi,

I've been trying to get a working example using angular-dojo but cannot seem to make my BorderContainer and ContentPane's display correctly.
I am quite new to Angular and Dojo so any help on what I am doing wrong would be greatful.

Here's my code:

<html data-ng-app="angular-dojo-test">
  <head>
    <link rel="stylesheet" type="text/css" href="vendor/dojo-release-1.9.1/dijit/themes/claro/claro.css" />
      <script src="vendor/dojo-release-1.9.1/dojo/dojo.js"></script>
      <script src="vendor/angular-1.1.5/angular.js"></script>
      <script src="vendor/angular-dojo.js"></script>
      <script>

function TestController($scope) {
$scope.leftName = "Left Pane";
$scope.centerName = "Center Pane";
};

var module = angular.module("angular-dojo-test", ['angular-dojo']);

</script> ```
Id: {{leftName}}
Id: {{centerName}}
```

When I use normal data-dojo-type and comma's in data-dojo-props, the code works as expected. Any ideas?

Please Tag

Hi,

Could you please tag the master branch as well, so that we can reference it?

Thanks!

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.