Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
chore(build): Build v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Oct 9, 2013
1 parent 2e1e499 commit 97c8c16
Show file tree
Hide file tree
Showing 14 changed files with 244 additions and 196 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.1.18 (2013/10/9)
## Bug Fixes
- **macModal:** Fixed showing modal the first time might invoke a digest cycle
([bc532a6b](https://github.com/StartTheShift/MacGyver/commit/bc532a6b3f738f9c5732781d10c9677160a5cf72))
- **macTagAutocomplete:** Fixed autocomplete menu not updating when source gets updated
([a26353c5](https://github.com/StartTheShift/MacGyver/commit/a26353c58a13b0a91e730df0588a145321179bc5))


# 0.1.17 (2013/10/8)
## Features
- **macAffix:** Adding mac-affix
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MacGyver",
"version": "0.1.17",
"version": "0.1.18",
"main": ["lib/img/ui-bg_flat_0_aaaaaa_40x100.png","lib/img/ui-bg_glass_75_ffffff_1x400.png","lib/img/ui-icons_222222_256x240.png","lib/img/ui-icons_2e83ff_256x240.png","lib/img/ui-icons_454545_256x240.png","lib/img/ui-icons_888888_256x240.png","lib/img/ui-icons_cd0a0a_256x240.png","lib/img/ui-icons_f6cf3b_256x240.png","lib/macgyver-core.js","lib/macgyver-datepicker.js","lib/macgyver-fileupload.js","lib/macgyver-filters.js","lib/macgyver-string-filter.js","lib/macgyver-table.js","lib/macgyver.css","lib/macgyver.js","lib/macgyver.min.js"],
"ignore": [
"example",
Expand Down
11 changes: 6 additions & 5 deletions example/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>MacGyver Example</title><link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet"><link href="//fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"><link href="css/vendor.css" rel="stylesheet"><link href="css/macgyver.css" rel="stylesheet"></head><body ng-app="Mac" mac-scroll-spy mac-scroll-spy-offset="10"><div id="top-nav"><div class="container"><a id="logo" href="index.html"><h2>MacGyver</h2></a><ul class="nav-menu"><li id="directives-nav"><a href="index.html">Directives</a></li><li id="tableview-nav"><a href="tableview.html">Table View</a></li><li id="filters-nav"><a href="filters.html">Filters</a></li><li id="events-nav"><a href="events.html">Events</a></li><li id="utils-nav"><a href="util.html">Utilities</a></li></ul></div></div><div id="header" class="macgyver-head"><h1 class="hero">MacGyver</h1><ul class="macgyver-links"><li><a href="https://github.com/StartTheShift/MacGyver">Github project</a></li><li><a href="https://github.com/StartTheShift/MacGyver/issues">Issues</a></li><li>Version 0.1.17</li></ul><div class="github-info"><ul><li><iframe src="http://ghbtns.com/github-btn.html?user=StartTheShift&amp;repo=MacGyver&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe></li><li><iframe src="http://ghbtns.com/github-btn.html?user=StartTheShift&amp;repo=MacGyver&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe></li></ul></div></div><div class="container"><div ng-controller="ExampleController" class="row content"><div id="nav" class="span3"><ul mac-affix mac-affix-top="188" class="nav nav-list docs-sidenav"><li mac-scroll-spy-target="modal"><a href="#modal"><i class="icon-chevron-right"></i>Modal</a></li><li mac-scroll-spy-target="scrollspy"><a href="#scrollspy"><i class="icon-chevron-right"></i>Scroll Spy</a></li><li mac-scroll-spy-target="affix"><a href="#affix"><i class="icon-chevron-right"></i>Affix</a></li><li mac-scroll-spy-target="tooltip"><a href="#tooltip"><i class="icon-chevron-right"></i>Tooltip</a></li><li mac-scroll-spy-target="menu"><a href="#menu"><i class="icon-chevron-right"></i>Menu</a></li><li mac-scroll-spy-target="autocomplete"><a href="#autocomplete"><i class="icon-chevron-right"></i>Autocomplete</a></li><li mac-scroll-spy-target="tag-autocomplete"><a href="#tag-autocomplete"><i class="icon-chevron-right"></i>Tag Autocomplete</a></li><li mac-scroll-spy-target="datepicker"><a href="#datepicker"><i class="icon-chevron-right"></i>Date Picker</a></li><li mac-scroll-spy-target="time-input"><a href="#time-input"><i class="icon-chevron-right"></i>Time Input</a></li><li mac-scroll-spy-target="tag-input"><a href="#tag-input"><i class="icon-chevron-right"></i>Tag Input</a></li><li mac-scroll-spy-target="spinner"><a href="#spinner"><i class="icon-chevron-right"></i>Spinner</a></li><li mac-scroll-spy-target="cspinner"><a href="#cspinner"><i class="icon-chevron-right"></i>Canvas Spinner</a></li><li mac-scroll-spy-target="file-upload"><a href="#file-upload"><i class="icon-chevron-right"></i>File Upload</a></li><li mac-scroll-spy-target="placeholder"><a href="#placeholder"><i class="icon-chevron-right"></i>Placeholder</a></li></ul></div><div id="example" class="span9"><section id="modal" mac-scroll-spy-anchor><h1>Modal Service</h1>
<!DOCTYPE html><html><head><meta charset="utf-8"><title>MacGyver Example</title><link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet"><link href="//fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"><link href="css/vendor.css" rel="stylesheet"><link href="css/macgyver.css" rel="stylesheet"></head><body ng-app="Mac" mac-scroll-spy mac-scroll-spy-offset="10"><div id="top-nav"><div class="container"><a id="logo" href="index.html"><h2>MacGyver</h2></a><ul class="nav-menu"><li id="directives-nav"><a href="index.html">Directives</a></li><li id="tableview-nav"><a href="tableview.html">Table View</a></li><li id="filters-nav"><a href="filters.html">Filters</a></li><li id="events-nav"><a href="events.html">Events</a></li><li id="utils-nav"><a href="util.html">Utilities</a></li></ul></div></div><div id="header" class="macgyver-head"><h1 class="hero">MacGyver</h1><ul class="macgyver-links"><li><a href="https://github.com/StartTheShift/MacGyver">Github project</a></li><li><a href="https://github.com/StartTheShift/MacGyver/issues">Issues</a></li><li>Version 0.1.18</li></ul><div class="github-info"><ul><li><iframe src="http://ghbtns.com/github-btn.html?user=StartTheShift&amp;repo=MacGyver&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe></li><li><iframe src="http://ghbtns.com/github-btn.html?user=StartTheShift&amp;repo=MacGyver&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe></li></ul></div></div><div class="container"><div ng-controller="ExampleController" class="row content"><div id="nav" class="span3"><ul mac-affix mac-affix-top="188" class="nav nav-list docs-sidenav"><li mac-scroll-spy-target="modal"><a href="#modal"><i class="icon-chevron-right"></i>Modal</a></li><li mac-scroll-spy-target="scrollspy"><a href="#scrollspy"><i class="icon-chevron-right"></i>Scroll Spy</a></li><li mac-scroll-spy-target="affix"><a href="#affix"><i class="icon-chevron-right"></i>Affix</a></li><li mac-scroll-spy-target="tooltip"><a href="#tooltip"><i class="icon-chevron-right"></i>Tooltip</a></li><li mac-scroll-spy-target="menu"><a href="#menu"><i class="icon-chevron-right"></i>Menu</a></li><li mac-scroll-spy-target="autocomplete"><a href="#autocomplete"><i class="icon-chevron-right"></i>Autocomplete</a></li><li mac-scroll-spy-target="tag-autocomplete"><a href="#tag-autocomplete"><i class="icon-chevron-right"></i>Tag Autocomplete</a></li><li mac-scroll-spy-target="datepicker"><a href="#datepicker"><i class="icon-chevron-right"></i>Date Picker</a></li><li mac-scroll-spy-target="time-input"><a href="#time-input"><i class="icon-chevron-right"></i>Time Input</a></li><li mac-scroll-spy-target="tag-input"><a href="#tag-input"><i class="icon-chevron-right"></i>Tag Input</a></li><li mac-scroll-spy-target="spinner"><a href="#spinner"><i class="icon-chevron-right"></i>Spinner</a></li><li mac-scroll-spy-target="cspinner"><a href="#cspinner"><i class="icon-chevron-right"></i>Canvas Spinner</a></li><li mac-scroll-spy-target="file-upload"><a href="#file-upload"><i class="icon-chevron-right"></i>File Upload</a></li><li mac-scroll-spy-target="placeholder"><a href="#placeholder"><i class="icon-chevron-right"></i>Placeholder</a></li></ul></div><div id="example" class="span9"><section id="modal" mac-scroll-spy-anchor><h1>Modal Service</h1>
<p>There are multiple components used by modal.<br>- A modal service is used to keep state of modal opened in the applications.<br>- A modal element directive to define the modal dialog box<br>- A modal attribute directive as a modal trigger </p>
<h3>Parameters</h3>
<p><strong>show</strong><br>Type: <code>Function</code><br>Show a modal based on the modal id<br>- {String} id The id of the modal to open<br>- {Object} triggerOptions Additional options to open modal </p>
Expand Down Expand Up @@ -112,17 +112,18 @@ <h3>Dependencies</h3>
</ul>
<h3>Parameters</h3>
<p><strong>mac-tag-autocomplete-url</strong><br>Type: <code>String</code><br>Url to fetch autocomplete dropdown list data </p>
<p><strong>mac-tag-autocomplete-source</strong><br>Type: <code>String</code><br>List of elements to populate autocomplete </p>
<p><strong>mac-tag-autocomplete-value</strong><br>Type: <code>String</code><br>The value to be sent back upon selection (default &quot;id&quot;) </p>
<p><strong>mac-tag-autocomplete-label</strong><br>Type: <code>String</code><br>The label to display to the users (default &quot;name&quot;) </p>
<p><strong>mac-tag-autocomplete-model</strong><br>Type: <code>Expression</code><br>Model for autocomplete </p>
<p><strong>mac-tag-autocomplete-model</strong><br>Type: <code>Expr</code><br>Model for autocomplete </p>
<p><strong>mac-tag-autocomplete-selected</strong><br>Type: <code>Array</code><br>The list of elements selected by the user </p>
<p><strong>mac-tag-autocomplete-query</strong><br>Type: <code>String</code><br>The query parameter on GET command (defualt &quot;q&quot;) </p>
<p><strong>mac-tag-autocomplete-delay</strong><br>Type: <code>Integer</code><br>Time delayed on fetching autocomplete data after keyup (default 800) </p>
<p><strong>mac-tag-autocomplete-placeholder</strong><br>Type: <code>String</code><br>Placeholder text of the text input (default &quot;&quot;) </p>
<p><strong>mac-tag-autocomplete-disabled</strong><br>Type: <code>Boolean</code><br>If autocomplete is enabled or disabled (default false) </p>
<p><strong>mac-tag-autocomplete-on-enter</strong><br>Type: <code>Expression</code><br>When autocomplete is disabled, this function is called on enter, Should return either string, object or boolean. If false, item is not added<br>- <code>item</code> - {String} User input </p>
<p><strong>mac-tag-autocomplete-events</strong><br>Type: <code>String</code><br>a CSV list of events to attach functions to </p>
<p><strong>mac-tag-autocomplete-on-</strong><br>Type: <code>Expression</code><br>The function to be called when specified event is fired<br>- <code>event</code> - {Object} jQuery event<br>- <code>value</code> - {String} Value in the input text </p>
<p><strong>mac-tag-autocomplete-on-enter</strong><br>Type: <code>Expr</code><br>When autocomplete is disabled, this function is called on enter, Should return either string, object or boolean. If false, item is not added<br>- <code>item</code> - {String} User input </p>
<p><strong>mac-tag-autocomplete-events</strong><br>Type: <code>String</code><br>A CSV list of events to attach functions to </p>
<p><strong>mac-tag-autocomplete-on-</strong><br>Type: <code>Expr</code><br>Function to be called when specified event is fired<br>- <code>event</code> - {Object} jQuery event<br>- <code>value</code> - {String} Value in the input text </p>
<p><strong>mac-tag-autocomplete-clear-input</strong><br>Type: <code>Event</code><br>$broadcast message; clears text input when received </p>
<h3>Example</h3><div class="docs-example"><mac-tag-autocomplete mac-tag-autocomplete-url="autocompleteUrl" mac-tag-autocomplete-query="q" mac-tag-autocomplete-selected="tagAutocompleteSelected" mac-tag-autocomplete-value="id" mac-tag-autocomplete-label="name" mac-tag-autocomplete-placeholder="tagAutocompletePlaceholder" mac-tag-autocomplete-model="tagAutocompleteModel"></mac-tag-autocomplete></div><pre ng-non-bindable class="prettyprint linenums">&lt;mac-autocomplete
mac-autocomplete-url=&quot;autocompleteUrl&quot;
Expand Down
Loading

0 comments on commit 97c8c16

Please sign in to comment.