You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Directives in <atarget="_new" href="http://angularjs.org">AngularJS</a> is a powerful way of building reusable <em>UI components</em>.
94
106
This simple project will serve as a sample/reference implementation demonstrating its
95
107
flexibilities by making it <em>inter-operable</em> across runtime (AngularJS, plain simple JavaScript & jQuery)</p>
108
+
<p>For basic understanding of how directives work in AngularJS, please head to this <atarget="_new" href="http://docs.angularjs.org/guide/directive">developer guide</a>.</p>
96
109
</section>
97
110
98
-
<sectionid="basic-example">
111
+
<sectionid="basic-timer">
99
112
<h3>Basic Example</h3>
100
113
<divclass="bs-docs-example">
101
114
<p>This simple directive <code><timer /></code> will start the timer with the default option of ticking every 1 millisecond</p>
<p>This markup <codeng-non-bindable><timer interval="1000">{{hours}} hours, {{minutes}} minutes, {{seconds}} seconds.</timer></code> will run the clock timer ticking every second</p>
<p>This directive <code><timer interval="1000" id="timer2"/></code> markup code will run the timer tick every second</p>
124
-
<h3><timerinterval="1000" id="timer2"/></h3>
133
+
<p>Timer directive along with <atarget="_new" href="http://twitter.github.io/bootstrap/components.html#progress">Twitter Bootstrap's Progressbar</a> will set the timer on Progressbar control.</p>
0 commit comments