aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets.js')
-rw-r--r--src/widgets.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/widgets.js b/src/widgets.js
index 4d8c71d5..5eda5345 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -1,3 +1,7 @@
+/**
+ *
+ */
+
function modelAccessor(scope, element) {
var expr = element.attr('name');
if (!expr) throw "Required field 'name' not found.";
@@ -240,6 +244,16 @@ angularWidget('option', function(){
});
+/*ng:doc
+ * @type widget
+ * @name ng:include
+ *
+ * @description
+ *
+ * @example
+ *
+ * @scenario
+ */
angularWidget('ng:include', function(element){
var compiler = this,
srcExp = element.attr("src"),