docs(ionicModal): remove @controller tag

This commit is contained in:
Andy Joslin
2014-03-25 11:58:29 -06:00
parent 2bfd32004c
commit e1db1cb06a

View File

@@ -4,7 +4,6 @@ angular.module('ionic.service.modal', ['ionic.service.templateLoad', 'ionic.serv
* @ngdoc service
* @name $ionicModal
* @module ionic
* @controller ionicModal
* @description
* The Modal is a content pane that can go over the user's main view
* temporarily. Usually used for making a choice or editing an item.