Note that there are some explanatory texts on larger screens.

plurals
  1. POAngular UI Datepicker not working
    primarykey
    data
    text
    <p>I've followed steps described here <a href="https://stackoverflow.com/questions/12822862/getting-angular-ui-to-work">Getting Angular UI to work</a> and here <a href="https://stackoverflow.com/questions/12472244/how-to-integrate-angularui-to-angularjs/12474114#12474114">How to integrate AngularUI to AngularJS?</a>, but can't get the datepicker to pop-up.</p> <p>Note that the fiddle refenrenced in both post in the accepted answer is not working.</p> <p>Any suggestions? is this gadget working on the last versions of angular-ui?</p> <p>Update: My resource imports</p> <pre><code>&lt;link href="/assets/jquery-ui-1.10.2.custom.min.css?body=1" media="all" rel="stylesheet" type="text/css" /&gt; &lt;link href="/assets/angular-ui.min.css?body=1" media="all" rel="stylesheet" type="text/css" /&gt; &lt;link href="/assets/application.css?body=1" media="all" rel="stylesheet" type="text/css" /&gt; &lt;link href="/assets/bootstrap.min.css?body=1" media="all" rel="stylesheet" type="text/css" /&gt; &lt;link href="/assets/home.css?body=1" media="all" rel="stylesheet" type="text/css" /&gt; &lt;link href="/assets/project.css?body=1" media="all" rel="stylesheet" type="text/css" /&gt; &lt;script src="/assets/jquery.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/jquery_ujs.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/jquery-ui.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/jquery-ui-1.10.2.custom.min.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/angular.min.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/angular-ui.min.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/angular-resource.min.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/bootstrap.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/directives.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/jquery.hotkeys.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/module.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/underscore-min.js?body=1" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/assets/application.js?body=1" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>The module declaration:</p> <pre><code>angular.module('project', ['ngResource', 'ui.directives']); </code></pre> <p>The tag:</p> <pre><code>&lt;input type="text" ng-model="date" ui-date/&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload