Git Product home page Git Product logo

ember-material-design's People

Contributors

ember-tomster avatar jpadilla avatar kgautreaux avatar mike-north avatar mike1o1 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ember-material-design's Issues

Cannot read property 'reopen' of undefined

TypeError: Cannot read property 'reopen' of undefined
at Object.initialize (md-layout-views.js:7)
at ember.debug.js:5509
at ember.debug.js:5538
at Object.visit as default
at DAG.topsort (ember.debug.js:2589)
at Class._runInitializer (ember.debug.js:5537)
at Class.runInitializers (ember.debug.js:5498)
at Class._bootSync (ember.debug.js:4800)
at Class.domReady (ember.debug.js:4689)
at Object.run (ember.debug.js:295)

after installing this, when i start the server, the above error occurs. Is it my problem?

ember click test helper doesn't work with buttons

The ember click helper doesn't work with buttons. For example, the following button:

{{#md-button class="md-raised md-primary" type="submit"}}
    Log In
{{/md-button}}

...and the following test...

click('button[type="submit"]');

...produce the error:

Acceptance | login: users can log in
✘ Error: Element button[type="submit"] not found.
     expected true

Replacing the ember-material-design button with the following works:

<button type="submit">Log In</button>

Failing to instal using ember-cli v0.2.3 'ember install ember-material-design'

The addon install is failing with the following output. Even on a freshly created ember-cli application.

./node_modules/.bin/ember install ember-material-design
version: 0.2.3
Could not find watchman, falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/#watchman for more info.
Installed packages for tooling via npm.
installing
  identical app/styles/app.scss
installing
The `ember generate` command requires an entity name to be specified. For more details, use `ember help`.
./node_modules/.bin/ember --version
version: 0.2.3
Could not find watchman, falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/#watchman for more info.
node: 0.12.2
npm: 2.7.6

Trying to understand the Grid

Hi @mike1o1 !

Loving this man! amazing how quick it was for me to get up and going. Congrats on the great work!!

I'm looking to understand how I can do something like:

<div class="row">
  <div class="col-xs-12
              col-sm-8
              col-md-6
              col-lg-4">
  </div>
</div>

Basically, how can I set the width of an element (say, an md-card) based on the current breakpoint?

Reopen input helpers and add support for md attributes?

I was trying to add "layout-fill" to a textarea, but it didn't get past the textarea helper.

Then I found that I need to reopen the Helper class and add acceptable attributes.
http://stackoverflow.com/questions/18189614/adding-attributes-to-input-element-in-handlebars-used-with-ember-js
and I should do this in initializers:
http://stackoverflow.com/questions/27154886/ember-cli-where-to-reopen-framework-classes

Maybe some attributes could be added to helpers by ember-material-design?
https://material.angularjs.org/latest/#/layout/options
layout-fill I could make the argument for this on input fields to maximize width in a container.
Maybe flex ? to normalize fields?

Has anyone else had to reopen input helpers to get Material Design attributes in the helper?

md-button action args?

how to pass an action args from the md-button to the controller?

{{#md-button class="md-raised md-primary" action='gotoModels' brand.BrandName}}

does not work !

core/typography.css URI is missing ')'

using ember-cli v0.2.3

ember install ember-material-design
ember install ember-cli-sass
ember install ember-cli-autoprefixer
ember serve

i got this error

Grid and Animations

Hi, thanks for this amazing addon!

I´m using materialize until now, but I agree that a native ember solution is much better.

Are you going to have a grid system? If not, do you recoment any external grid framework?

About animations, it seems that liquid-fire is the official choice from Ember core team, and I agree that it´s fantastic.
But it allways break css, and it happend with materialize.
Do you like the idea of having native support for liquid-fire? In a way that we can use it with ember-md and don´t have to worry about it, just works as it should.

I´m building a skeleton app for my next projects, based on rails + ember + materialize.
My idea is to have a dashboard theme, using many addons that I like, all tested and working from server to frontend.
This way would be much faster to start a new app, and I think it could help people to start with ember.
It is very early WIP, and I couldn´t work on this on the past weeks, but I´ll came back next week.
And I´ll change the dependecies pro materialize to your addon, here is the repo.

Cheers!

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.